FNDLOAD: Downloading multiple concurrent programs at once

Hi,
Does anyone has the FNDLOAD syntax for downloading multiple concurrent programs at once into a single file in 11.5.10 tech stack.
For e.g say I have programs p1 and pr2. I want to download p1 and pr2 into a single file say test.ldt which has both concurrent programs.
Thanks in advance.

Hi,
I do not think this can be done in one step as you need to run the command twice (assuming you need to download two concurrent programs), then merge the ldt files before uploading it again (in a single file). If all the concurrent programs you want to download under the same application, you may try the following:
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct file_name.ldt PROGRAM APPLICATION_SHORT_NAME="<application_short_name>"
Regards,
Hussein

Similar Messages

  • FNDLOAD download for concurrent program doest download the CP defiinition

    HI,
    This is the command I used for downloading the concurrent program.
    FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct XXCP.ldt PROGRAM APPLICATION_SHORT_NAME="XX" CONCURRENT_PROGRAM_NAME="XXCP"
    The CP definition is not downloaded. Only the common definition from '# -- Begin Entity Definitions -- ' to '# -- End Entity Definitions -- ' is downloaded.
    I tried with few concurrent programs, it doesnt download any of them.
    Please let me know what could be the issue.
    The log file details are as below:
    Application Object Library: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    module: XX
    Current system time is 03-JAN-2012 18:10:51
    Downloading PROGRAM to the data file XXCP.ldt
    Concurrent request completed successfully
    Current system time is 03-JAN-2012 18:10:51
    ---------------------------------------------------------------------------

    Thanks for the reply Hussein.
    Do you have any issues accessing the custom tops/objects from the application? Do you have the concurrent program stored in APPLSYS.FND_CONCURRENT_PROGRAMS/APPLSYS.FND_CONCURRENT_PROGRAMS_TL tables? Can you query the same custom concurrent program from APPS.FND_CONCURRENT_PROGRAMS_VL view?
    I am able to view the concurrent program details from APPS.FND_CONCURRENT_PROGRAMS_VL
    What are the steps you followed to define your custom tops?I am just a developer. I can check any setup related stuffs if you can guide me on where and how to check.
    When the FNDLOAD is run, 2 files are generated log and out file. Where can I see the out file? Its not there in the directory where log and LDT files are generated.
    Registering the program to custom application is the recommended approach I believe. So that patches dont affect this customization. Is this understanding correct?
    Please find below the contents of downloaded LDT file.
    # $Header$
    # dbdrv: exec fnd bin FNDLOAD bin &phase=daa+56 checkfile:~PROD:~PATH:~FILE &ui_apps 0 Y UPLOAD @FND:patch/115/import/afcpprog.lct @~PROD:~PATH/~FILE
    LANGUAGE = "US"
    LDRCONFIG = "afcpprog.lct 120.2.12010000.2"
    #Source Database DEV
    #RELEASE_NAME 12.1.1
    # -- Begin Entity Definitions --
    DEFINE PROGRAM
    KEY CONCURRENT_PROGRAM_NAME VARCHAR2(30)
    KEY APPLICATION_SHORT_NAME VARCHAR2(50)
    CTX OWNER VARCHAR2(4000)
    BASE LAST_UPDATE_DATE VARCHAR2(75)
    TRANS USER_CONCURRENT_PROGRAM_NAME VARCHAR2(240)
    BASE EXEC REFERENCES EXECUTABLE
    BASE EXECUTION_METHOD_CODE VARCHAR2(1)
    BASE ARGUMENT_METHOD_CODE VARCHAR2(1)
    BASE QUEUE_CONTROL_FLAG VARCHAR2(1)
    BASE QUEUE_METHOD_CODE VARCHAR2(1)
    BASE REQUEST_SET_FLAG VARCHAR2(1)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE PRINT_FLAG VARCHAR2(1)
    BASE RUN_ALONE_FLAG VARCHAR2(1)
    BASE SRS_FLAG VARCHAR2(1)
    TRANS DESCRIPTION VARCHAR2(240)
    BASE CLASS_APPLICATION VARCHAR2(50)
    BASE CONCURRENT_CLASS_NAME VARCHAR2(30)
    BASE EXECUTION_OPTIONS VARCHAR2(250)
    BASE SAVE_OUTPUT_FLAG VARCHAR2(1)
    BASE REQUIRED_STYLE VARCHAR2(1)
    BASE OUTPUT_PRINT_STYLE VARCHAR2(30)
    BASE PRINTER_NAME VARCHAR2(30)
    BASE MINIMUM_WIDTH VARCHAR2(50)
    BASE MINIMUM_LENGTH VARCHAR2(50)
    BASE REQUEST_PRIORITY VARCHAR2(50)
    BASE ATTRIBUTE_CATEGORY VARCHAR2(30)
    BASE ATTRIBUTE1 VARCHAR2(150)
    BASE ATTRIBUTE2 VARCHAR2(150)
    BASE ATTRIBUTE3 VARCHAR2(150)
    BASE ATTRIBUTE4 VARCHAR2(150)
    BASE ATTRIBUTE5 VARCHAR2(150)
    BASE ATTRIBUTE6 VARCHAR2(150)
    BASE ATTRIBUTE7 VARCHAR2(150)
    BASE ATTRIBUTE8 VARCHAR2(150)
    BASE ATTRIBUTE9 VARCHAR2(150)
    BASE ATTRIBUTE10 VARCHAR2(150)
    BASE ATTRIBUTE11 VARCHAR2(150)
    BASE ATTRIBUTE12 VARCHAR2(150)
    BASE ATTRIBUTE13 VARCHAR2(150)
    BASE ATTRIBUTE14 VARCHAR2(150)
    BASE ATTRIBUTE15 VARCHAR2(150)
    BASE OUTPUT_FILE_TYPE VARCHAR2(4)
    BASE RESTART VARCHAR2(1)
    BASE NLS_COMPLIANT VARCHAR2(1)
    BASE CD_PARAMETER VARCHAR2(240)
    BASE INCREMENT_PROC VARCHAR2(61)
    BASE MLS_EXEC REFERENCES EXECUTABLE
    BASE ENABLE_TIME_STATISTICS VARCHAR2(1)
    BASE SECURITY_GROUP_NAME VARCHAR2(30)
    BASE RESOURCE_CONSUMER_GROUP VARCHAR2(30)
    BASE ROLLBACK_SEGMENT VARCHAR2(30)
    BASE OPTIMIZER_MODE VARCHAR2(30)
    BASE REFRESH_PORTLET VARCHAR2(1)
    BASE ACTIVITY_SUMMARIZER VARCHAR2(51)
    BASE PROGRAM_TYPE VARCHAR2(1)
    BASE ALLOW_MULTIPLE_PENDING_REQUEST VARCHAR2(1)
    BASE SRS_FLEX REFERENCES DESC_FLEX
    BASE AUTO_ANNOTATION VARCHAR2(32000)
    BASE TEMPLATE_APPL_SHORT_NAME VARCHAR2(50)
    BASE TEMPLATE_CODE VARCHAR2(80)
    BASE MULTI_ORG_CATEGORY VARCHAR2(1)
    DEFINE ANNOTATION
    KEY CONCURRENT_PROGRAM_NAME3 VARCHAR2(30)
    KEY APPLICATION_SHORT_NAME3 VARCHAR2(50)
    CTX OWNER VARCHAR2(4000)
    BASE LAST_UPDATE_DATE VARCHAR2(75)
    BASE PROGRAM_ANNOTATION VARCHAR2(32000)
    END ANNOTATION
    DEFINE INCOMPATABILITY
    KEY CONCURRENT_PROGRAM_NAME2 VARCHAR2(30)
    KEY APPLICATION_SHORT_NAME2 VARCHAR2(50)
    CTX OWNER VARCHAR2(4000)
    BASE LAST_UPDATE_DATE VARCHAR2(75)
    BASE RUNNING_TYPE VARCHAR2(1)
    BASE TO_RUN_TYPE VARCHAR2(1)
    BASE INCOMPATIBILITY_TYPE VARCHAR2(1)
    END INCOMPATABILITY
    END PROGRAM
    DEFINE EXECUTABLE
    KEY EXECUTABLE_NAME VARCHAR2(30)
    KEY APPLICATION_SHORT_NAME VARCHAR2(50)
    CTX OWNER VARCHAR2(4000)
    BASE LAST_UPDATE_DATE VARCHAR2(75)
    BASE EXECUTION_METHOD_CODE VARCHAR2(1)
    BASE EXECUTION_FILE_NAME VARCHAR2(61)
    BASE SUBROUTINE_NAME VARCHAR2(30)
    BASE EXECUTION_FILE_PATH VARCHAR2(510)
    TRANS USER_EXECUTABLE_NAME VARCHAR2(240)
    TRANS DESCRIPTION VARCHAR2(240)
    END EXECUTABLE
    DEFINE DESC_FLEX
    KEY APPLICATION_SHORT_NAME VARCHAR2(50)
    KEY DESCRIPTIVE_FLEXFIELD_NAME VARCHAR2(40)
    CTX OWNER VARCHAR2(4000)
    CTX LAST_UPDATE_DATE VARCHAR2(50)
    BASE TABLE_APPLICATION_SHORT_NAME VARCHAR2(50)
    BASE APPLICATION_TABLE_NAME VARCHAR2(30)
    BASE CONTEXT_COLUMN_NAME VARCHAR2(30)
    BASE CONTEXT_REQUIRED_FLAG VARCHAR2(1)
    BASE CONTEXT_USER_OVERRIDE_FLAG VARCHAR2(1)
    BASE CONCATENATED_SEGMENT_DELIMITER VARCHAR2(1)
    BASE FREEZE_FLEX_DEFINITION_FLAG VARCHAR2(1)
    BASE PROTECTED_FLAG VARCHAR2(1)
    BASE DEFAULT_CONTEXT_FIELD_NAME VARCHAR2(200)
    BASE DEFAULT_CONTEXT_VALUE VARCHAR2(30)
    BASE CONTEXT_DEFAULT_TYPE VARCHAR2(1)
    BASE CONTEXT_DEFAULT_VALUE VARCHAR2(2000)
    BASE CONTEXT_OVERRIDE_VALUE_SET_NAM REFERENCES VALUE_SET
    BASE CONTEXT_RUNTIME_PROPERTY_FUNCT VARCHAR2(2000)
    TRANS TITLE VARCHAR2(60)
    TRANS FORM_CONTEXT_PROMPT VARCHAR2(45)
    TRANS DESCRIPTION VARCHAR2(240)
    DEFINE DFF_CONTEXT
    KEY DESCRIPTIVE_FLEX_CONTEXT_CODE VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    CTX LAST_UPDATE_DATE VARCHAR2(50)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE GLOBAL_FLAG VARCHAR2(1)
    TRANS DESCRIPTIVE_FLEX_CONTEXT_NAME VARCHAR2(80)
    TRANS DESCRIPTION VARCHAR2(240)
    DEFINE DFF_SEGMENT
    KEY END_USER_COLUMN_NAME VARCHAR2(30)
    KEY APPLICATION_COLUMN_NAME VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    CTX LAST_UPDATE_DATE VARCHAR2(50)
    BASE COLUMN_SEQ_NUM VARCHAR2(50)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE DISPLAY_FLAG VARCHAR2(1)
    BASE REQUIRED_FLAG VARCHAR2(1)
    BASE SECURITY_ENABLED_FLAG VARCHAR2(1)
    BASE FLEX_VALUE_SET_NAME REFERENCES VALUE_SET
    BASE DISPLAY_SIZE VARCHAR2(50)
    BASE MAXIMUM_DESCRIPTION_LEN VARCHAR2(50)
    BASE CONCATENATION_DESCRIPTION_LEN VARCHAR2(50)
    BASE RANGE_CODE VARCHAR2(1)
    BASE DEFAULT_TYPE VARCHAR2(1)
    BASE DEFAULT_VALUE VARCHAR2(2000)
    BASE RUNTIME_PROPERTY_FUNCTION VARCHAR2(2000)
    BASE SRW_PARAM VARCHAR2(30)
    TRANS FORM_LEFT_PROMPT VARCHAR2(80)
    TRANS FORM_ABOVE_PROMPT VARCHAR2(80)
    TRANS DESCRIPTION VARCHAR2(240)
    END DFF_SEGMENT
    END DFF_CONTEXT
    DEFINE DFF_REF_FIELD
    KEY DEFAULT_CONTEXT_FIELD_NAME VARCHAR2(200)
    CTX OWNER VARCHAR2(4000)
    CTX LAST_UPDATE_DATE VARCHAR2(50)
    TRANS DESCRIPTION VARCHAR2(240)
    END DFF_REF_FIELD
    DEFINE DFF_COLUMN
    KEY COLUMN_NAME VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    CTX LAST_UPDATE_DATE VARCHAR2(50)
    BASE FLEXFIELD_USAGE_CODE VARCHAR2(1)
    END DFF_COLUMN
    END DESC_FLEX
    DEFINE VALUE_SET
    KEY FLEX_VALUE_SET_NAME VARCHAR2(60)
    CTX OWNER VARCHAR2(4000)
    CTX LAST_UPDATE_DATE VARCHAR2(50)
    BASE VALIDATION_TYPE VARCHAR2(1)
    BASE PROTECTED_FLAG VARCHAR2(1)
    BASE SECURITY_ENABLED_FLAG VARCHAR2(1)
    BASE LONGLIST_FLAG VARCHAR2(1)
    BASE FORMAT_TYPE VARCHAR2(1)
    BASE MAXIMUM_SIZE VARCHAR2(50)
    BASE NUMBER_PRECISION VARCHAR2(50)
    BASE ALPHANUMERIC_ALLOWED_FLAG VARCHAR2(1)
    BASE UPPERCASE_ONLY_FLAG VARCHAR2(1)
    BASE NUMERIC_MODE_ENABLED_FLAG VARCHAR2(1)
    BASE MINIMUM_VALUE VARCHAR2(150)
    BASE MAXIMUM_VALUE VARCHAR2(150)
    BASE PARENT_FLEX_VALUE_SET_NAME VARCHAR2(60)
    BASE DEPENDANT_DEFAULT_VALUE VARCHAR2(60)
    BASE DEPENDANT_DEFAULT_MEANING VARCHAR2(240)
    TRANS DESCRIPTION VARCHAR2(240)
    DEFINE VSET_VALUE
    KEY PARENT_FLEX_VALUE_LOW VARCHAR2(60)
    KEY FLEX_VALUE VARCHAR2(150)
    CTX OWNER VARCHAR2(4000)
    CTX LAST_UPDATE_DATE VARCHAR2(50)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE SUMMARY_FLAG VARCHAR2(1)
    BASE START_DATE_ACTIVE VARCHAR2(50)
    BASE END_DATE_ACTIVE VARCHAR2(50)
    BASE PARENT_FLEX_VALUE_HIGH VARCHAR2(60)
    BASE ROLLUP_HIERARCHY_CODE VARCHAR2(30)
    BASE HIERARCHY_LEVEL VARCHAR2(50)
    BASE COMPILED_VALUE_ATTRIBUTES VARCHAR2(2000)
    BASE VALUE_CATEGORY VARCHAR2(30)
    BASE ATTRIBUTE1 VARCHAR2(240)
    BASE ATTRIBUTE2 VARCHAR2(240)
    BASE ATTRIBUTE3 VARCHAR2(240)
    BASE ATTRIBUTE4 VARCHAR2(240)
    BASE ATTRIBUTE5 VARCHAR2(240)
    BASE ATTRIBUTE6 VARCHAR2(240)
    BASE ATTRIBUTE7 VARCHAR2(240)
    BASE ATTRIBUTE8 VARCHAR2(240)
    BASE ATTRIBUTE9 VARCHAR2(240)
    BASE ATTRIBUTE10 VARCHAR2(240)
    BASE ATTRIBUTE11 VARCHAR2(240)
    BASE ATTRIBUTE12 VARCHAR2(240)
    BASE ATTRIBUTE13 VARCHAR2(240)
    BASE ATTRIBUTE14 VARCHAR2(240)
    BASE ATTRIBUTE15 VARCHAR2(240)
    BASE ATTRIBUTE16 VARCHAR2(240)
    BASE ATTRIBUTE17 VARCHAR2(240)
    BASE ATTRIBUTE18 VARCHAR2(240)
    BASE ATTRIBUTE19 VARCHAR2(240)
    BASE ATTRIBUTE20 VARCHAR2(240)
    BASE ATTRIBUTE21 VARCHAR2(240)
    BASE ATTRIBUTE22 VARCHAR2(240)
    BASE ATTRIBUTE23 VARCHAR2(240)
    BASE ATTRIBUTE24 VARCHAR2(240)
    BASE ATTRIBUTE25 VARCHAR2(240)
    BASE ATTRIBUTE26 VARCHAR2(240)
    BASE ATTRIBUTE27 VARCHAR2(240)
    BASE ATTRIBUTE28 VARCHAR2(240)
    BASE ATTRIBUTE29 VARCHAR2(240)
    BASE ATTRIBUTE30 VARCHAR2(240)
    BASE ATTRIBUTE31 VARCHAR2(240)
    BASE ATTRIBUTE32 VARCHAR2(240)
    BASE ATTRIBUTE33 VARCHAR2(240)
    BASE ATTRIBUTE34 VARCHAR2(240)
    BASE ATTRIBUTE35 VARCHAR2(240)
    BASE ATTRIBUTE36 VARCHAR2(240)
    BASE ATTRIBUTE37 VARCHAR2(240)
    BASE ATTRIBUTE38 VARCHAR2(240)
    BASE ATTRIBUTE39 VARCHAR2(240)
    BASE ATTRIBUTE40 VARCHAR2(240)
    BASE ATTRIBUTE41 VARCHAR2(240)
    BASE ATTRIBUTE42 VARCHAR2(240)
    BASE ATTRIBUTE43 VARCHAR2(240)
    BASE ATTRIBUTE44 VARCHAR2(240)
    BASE ATTRIBUTE45 VARCHAR2(240)
    BASE ATTRIBUTE46 VARCHAR2(240)
    BASE ATTRIBUTE47 VARCHAR2(240)
    BASE ATTRIBUTE48 VARCHAR2(240)
    BASE ATTRIBUTE49 VARCHAR2(240)
    BASE ATTRIBUTE50 VARCHAR2(240)
    TRANS FLEX_VALUE_MEANING VARCHAR2(150)
    TRANS DESCRIPTION VARCHAR2(240)
    DEFINE VSET_VALUE_QUAL_VALUE
    KEY ID_FLEX_APPLICATION_SHORT_NAME VARCHAR2(50)
    KEY ID_FLEX_CODE VARCHAR2(4)
    KEY SEGMENT_ATTRIBUTE_TYPE VARCHAR2(30)
    KEY VALUE_ATTRIBUTE_TYPE VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    CTX LAST_UPDATE_DATE VARCHAR2(50)
    BASE COMPILED_VALUE_ATTRIBUTE_VALUE VARCHAR2(2000)
    END VSET_VALUE_QUAL_VALUE
    DEFINE VSET_VALUE_HIERARCHY
    KEY RANGE_ATTRIBUTE VARCHAR2(1)
    KEY CHILD_FLEX_VALUE_LOW VARCHAR2(60)
    KEY CHILD_FLEX_VALUE_HIGH VARCHAR2(60)
    CTX OWNER VARCHAR2(4000)
    CTX LAST_UPDATE_DATE VARCHAR2(50)
    BASE START_DATE_ACTIVE VARCHAR2(50)
    BASE END_DATE_ACTIVE VARCHAR2(50)
    END VSET_VALUE_HIERARCHY
    END VSET_VALUE
    DEFINE VSET_QUALIFIER
    KEY ID_FLEX_APPLICATION_SHORT_NAME VARCHAR2(50)
    KEY ID_FLEX_CODE VARCHAR2(4)
    KEY SEGMENT_ATTRIBUTE_TYPE VARCHAR2(30)
    KEY VALUE_ATTRIBUTE_TYPE VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    CTX LAST_UPDATE_DATE VARCHAR2(50)
    BASE ASSIGNMENT_ORDER VARCHAR2(50)
    BASE ASSIGNMENT_DATE VARCHAR2(50)
    END VSET_QUALIFIER
    DEFINE VSET_ROLLUP_GROUP
    KEY HIERARCHY_CODE VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    CTX LAST_UPDATE_DATE VARCHAR2(50)
    TRANS HIERARCHY_NAME VARCHAR2(30)
    TRANS DESCRIPTION VARCHAR2(240)
    END VSET_ROLLUP_GROUP
    DEFINE VSET_SECURITY_RULE
    KEY FLEX_VALUE_RULE_NAME VARCHAR2(30)
    KEY PARENT_FLEX_VALUE_LOW VARCHAR2(60)
    CTX OWNER VARCHAR2(4000)
    CTX LAST_UPDATE_DATE VARCHAR2(50)
    BASE PARENT_FLEX_VALUE_HIGH VARCHAR2(60)
    TRANS ERROR_MESSAGE VARCHAR2(240)
    TRANS DESCRIPTION VARCHAR2(240)
    DEFINE VSET_SECURITY_USAGE
    KEY APPLICATION_SHORT_NAME VARCHAR2(50)
    KEY RESPONSIBILITY_KEY VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    CTX LAST_UPDATE_DATE VARCHAR2(50)
    BASE PARENT_FLEX_VALUE_HIGH VARCHAR2(60)
    END VSET_SECURITY_USAGE
    DEFINE VSET_SECURITY_LINE
    KEY INCLUDE_EXCLUDE_INDICATOR VARCHAR2(1)
    KEY FLEX_VALUE_LOW VARCHAR2(60)
    KEY FLEX_VALUE_HIGH VARCHAR2(60)
    CTX OWNER VARCHAR2(4000)
    CTX LAST_UPDATE_DATE VARCHAR2(50)
    BASE PARENT_FLEX_VALUE_HIGH VARCHAR2(60)
    END VSET_SECURITY_LINE
    END VSET_SECURITY_RULE
    DEFINE VSET_EVENT
    KEY EVENT_CODE VARCHAR2(1)
    CTX OWNER VARCHAR2(4000)
    CTX LAST_UPDATE_DATE VARCHAR2(50)
    BASE USER_EXIT VARCHAR2(32000)
    END VSET_EVENT
    DEFINE VSET_TABLE
    CTX OWNER VARCHAR2(4000)
    CTX LAST_UPDATE_DATE VARCHAR2(50)
    BASE TABLE_APPLICATION_SHORT_NAME VARCHAR2(50)
    BASE APPLICATION_TABLE_NAME VARCHAR2(240)
    BASE SUMMARY_ALLOWED_FLAG VARCHAR2(1)
    BASE VALUE_COLUMN_NAME VARCHAR2(240)
    BASE VALUE_COLUMN_TYPE VARCHAR2(1)
    BASE VALUE_COLUMN_SIZE VARCHAR2(50)
    BASE ID_COLUMN_NAME VARCHAR2(240)
    BASE ID_COLUMN_TYPE VARCHAR2(1)
    BASE ID_COLUMN_SIZE VARCHAR2(50)
    BASE MEANING_COLUMN_NAME VARCHAR2(240)
    BASE MEANING_COLUMN_TYPE VARCHAR2(1)
    BASE MEANING_COLUMN_SIZE VARCHAR2(50)
    BASE ENABLED_COLUMN_NAME VARCHAR2(240)
    BASE COMPILED_ATTRIBUTE_COLUMN_NAME VARCHAR2(240)
    BASE HIERARCHY_LEVEL_COLUMN_NAME VARCHAR2(240)
    BASE START_DATE_COLUMN_NAME VARCHAR2(240)
    BASE END_DATE_COLUMN_NAME VARCHAR2(240)
    BASE SUMMARY_COLUMN_NAME VARCHAR2(240)
    BASE ADDITIONAL_WHERE_CLAUSE VARCHAR2(32000)
    BASE ADDITIONAL_QUICKPICK_COLUMNS VARCHAR2(240)
    END VSET_TABLE
    DEFINE VSET_DEPENDS_ON
    KEY IND_FLEX_VALUE_SET_NAME VARCHAR2(60)
    CTX OWNER VARCHAR2(4000)
    CTX LAST_UPDATE_DATE VARCHAR2(50)
    BASE IND_VALIDATION_TYPE VARCHAR2(1)
    BASE DEP_VALIDATION_TYPE VARCHAR2(1)
    END VSET_DEPENDS_ON
    END VALUE_SET
    # -- End Entity Definitions --

  • Error: While downloading the concurrent program

    I am trying to download the concurrent program using FNDLOAD command and I getting the error.
    Can anyone help me to resolve this
    FNDLOAD Command >
    FNDLOAD apps/PASSWORD@RTCDV1 O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct XXAR3006_PROCA_CP.ldt PROGRAM CONCURRENT_PROGRAM_NAME="XXAR3006_HOSTA"
    ERROR Message
    APP-FND-01564: ORACLE error 12154 in AFPCOA
    Cause: AFPCOA failed due to Error while trying to retrieve text for error ORA-12154
    The SQL statement being executed at the time of the error was: and was executed from the file .
    Thanks in advance..
    Regards
    BS

    Hi,
    FNDLOAD apps/PASSWORD@RTCDV1 O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct XXAR3006_PROCA_CP.ldt PROGRAM CONCURRENT_PROGRAM_NAME="XXAR3006_HOSTA"Try this syntax and see if it helps.
    FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct file_name.ldt PROGRAM APPLICATION_SHORT_NAME="<Application Short Name>" CONCURRENT_PROGRAM_NAME="<Concurrent Program Name>"
    Note: 602267.1 - How to Export a Concurrent Program and Executable Using Fndload ?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=602267.1
    Regards,
    Hussein

  • FNDLOAD doesnt modify concurrent program definition

    Hi Here is what I do.
    Using FNDLOAD to move concurrent programs from Development to UAT instance. Here are steps to recreate
    1.) Use FNDLOAD to DOWNLOAD concurrent program definition from development instance.
    FNDLOAD apps/apps@instance 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct PROGRAM_XXXX.ldt PROGRAM APPLICATION_SHORT_NAME="XXAPP" CONCURRENT_PROGRAM_NAME="XXPROGRAM"
    2.) Use FNDLOAD to UPLOAD concurrent program definition to UAT instance. ( Brand new concurrent program)
    FNDLOAD apps/apps@instance 0 Y UPLOAD $FND_TOP/12.0.0/patch/115/import/afcpprog.lct PROGRAM_XXXX.ldt
    3.) Everything work fine, concurrent program gets migrated to UAT instance when moved first time.
    4.) Make change to concurrent program in Development instance, change like add new parameters or modify existing parameters.
    5.) Use same cammand as in step 1 to download the cocnurrent program definition again.
    6.) Use same commanad as in step 2 to upload the concurrent program definition. The command workd fine and there are no errors but the changes made to the concurrent programs are not reflected in UAT instance.
    I verified the LDT file was correct, newly created parameters were present in the new ldt file.
    Thanks
    Manu

    lev12d is the test instance.
    I meant if I use the ldt file to load in same instance where it was downloaded from, it works. Only when ldt from test instance is taken to UAT instance for loading, it doesn't work.
    1.) lev12d istance - program with 5 parameters, fndload to creat ldt i.e. ldt has 5 params.
    2.) lev12d instance - Delete two parameters and save - only 3 params left in lev12d instance conc program definition.
    3.) Use ldt created in step 1 to load the parameters, it works, after FNDLOAD UPLOAD conc prog in lev12d has 5 params in application.
    Same ldt created in step 1 ( with 5 params) when moved to UAT instance where conc prog has 3 params, after FNDLOAD UPLOAD the conc prog still has 3 params, it did not add new parameters.
    Let me know if it makes sense, any help or direction is highly appreciated.
    Thanks
    Manu

  • Can we use same data definition with multiple concurrent programs?

    Hi,
    My requirement is as below:
    I have two concurrent programs (say CP1 and CP2), both concurrent programs need to use same data definition (the same data template xml file) and same RTF layout template. However when registering data definition in the E-Biz, the data definition code must match concurrent program, hence I have to create two definitions (for the same data template xml file) and because layout template is attached with data definition I have to duplicate the layout definition also.
    In summary, i have to create two (duplicate) Data Definition and Layout Template for the same dataTemplate.xml and Layout.rtf files. Is there any way to avoid this duplication?
    The only issue with duplication is any change in xml or rtf needs to be updated in all the four definitions (2 data definitions and 2 layout definitions).
    Thanks
    Bhavik

    I found the resolution and thought of sharing
    you can see this post
    *[How to use same data definition/template between multiple concurrent programs? |http://techatwork.wordpress.com/2009/08/06/how-to-use-same-data-definitiontemplate-between-multiple-concurrent-programs/]*
    Thanks
    Bhavik

  • Migration of multiple concurrent programs

    Hi
    I am able to migrate single concurrent program from the test instances to prod instance using FNDLOAD
    i need to migrate 10 concurrent program from test instances to prod instance using FNDLOAD, can you suggest me how to do it.
    Regards
    Yram

    FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct file_name.ldt PROGRAM APPLICATION_SHORT_NAME="FND" CONCURRENT_PROGRAM_NAME="% "
    you can use % in concurrent_program_name but limititation would be find common string for those 10 concurrent program otherwise 10 FNDLOAD download statements.
    Regards
    Prashant Pathak

  • SQL query to assign multiple concurrent programs to concurrent manager.

    Hello,
    Do you have any script to assign a list of concurrent Program to distinct  Concurrent Managers . Actually there are more than 100 programs need to be assigned to manager.ut
    We can do it from front end,but it will take quite long time to finish this task.
    Could you please help me on this.
    Thanks & Regards,
    Saroj.

    What are the details do i need to check before assign them to Custom Managers.
    What do you mean by details you need to check?
    Kindly provide me a sql query to get all the details before proceeding to assigning managers.
    Concurrent programs definitions can be found in the following tables/views:
    FND_CONCURRENT_PROGRAMS
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_CONCURRENT_PROGRAMS&c_owner=APPLSYS&c_type=TABLE
    FND_CONCURRENT_PROGRAMS_TL
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_CONCURRENT_PROGRAMS_TL&c_owner=APPLSYS&c_type=TABLE
    FND_CONCURRENT_PROGRAMS_VL
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_CONCURRENT_PROGRAMS_VL&c_owner=APPS&c_type=VIEW
    Thanks,
    Hussein

  • Fnd_load to download/upload concurrent program along with its schedule also

    Is there any fnd_load command which can download all the scheduled programs along with there parameters, program name and its schedule.

    user10699723 wrote:
    Is there any fnd_load command which can download all the scheduled programs along with there parameters, program name and its schedule.https://forums.oracle.com/forums/search.jspa?threadID=&q=FNDLOAD+AND+afcpprog.lct&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=FNDLOAD+AND+Concurrent&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Problem with FNDLOAD upload command for Concurrent Program

    Hi Apps Gurus,
    I am facing a peculiar problem with the FNDLOAD command.
    My customer has a concurrent program which is running fine in Prod, and now they have requeseted for a change in the program, the change requested was to modify the parameters and the name of the program. I have done the changes and when I try migrating this change from DEV instance to IAT using FNDLOAD commands it is not getting migrated. There does not seem to be any problem with the LDT file, There is no error message in the log as well.
    However I have noticed something very peculiar.* In the target instance (IAT) , when i run the FNDLOAD command directly the migration is unsuccessful but when i delete the existing parameters of the prog and rename the concurrent program and then run the FNDLOAD command the migration is sucessful and the changes are getting reflected!!. I dont understand why this is happening. This is happening in preprod as well , the migration is unsucessfull initially when i directly run the command, when i modify the name and parameters of the prog and then run the command the migration is sucessful. Now i do not have access to prod and this trick of changing prog name and parameters cannot be done in prod , so I need a proper solution for the migration.
    Any pointers to resolve this issue will be helpful.
    Thanks,
    Mahesh

    I am facing a peculiar problem with the FNDLOAD command.
    My customer has a concurrent program which is running fine in Prod, and now they have requeseted for a change in the program, the change requested was to modify the parameters and the name of the program. I have done the changes and when I try migrating this change from DEV instance to IAT using FNDLOAD commands it is not getting migrated. There does not seem to be any problem with the LDT file, There is no error message in the log as well.
    However I have noticed something very peculiar.* In the target instance (IAT) , when i run the FNDLOAD command directly the migration is unsuccessful but when i delete the existing parameters of the prog and rename the concurrent program and then run the FNDLOAD command the migration is sucessful and the changes are getting reflected!!. I dont understand why this is happening. This is happening in preprod as well , the migration is unsucessfull initially when i directly run the command, when i modify the name and parameters of the prog and then run the command the migration is sucessful. Now i do not have access to prod and this trick of changing prog name and parameters cannot be done in prod , so I need a proper solution for the migration.
    Any pointers to resolve this issue will be helpful.What are the commands you used for the download/upload?
    Do you get any errors in the log files?
    Please see (FNDLOAD Download / Upload Concurrent Programs Fails To Load Parameters [ID 1101946.1]).
    Thanks,
    Hussein

  • FNDLOAD DOWNLOAD command does't download anything

    Hi all,
    I used fndload or download in a text file the metadata for an concurrent program (for moving from a development instance to a production one). I used this comand
    FNDLOAD apps/appsleon 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct SQU_ONT_LOAD_CSV_DATA.ldt PROGRAM APPLICATION_SHORT_NAME="OM" CONCURRENT_PROGRAM_NAME="SQU_ONT_LOAD_CSV_DATA"
    Parameter CONCURRENT_PROGRAM_NAME contains short name of my concurent program and PROGRAM APPLICATION_SHORT_NAME parameter contains short name of application (OM for Order Management)
    I looked inside of SQU_ONT_LOAD_CSV_DATA.ldt and a saw just DEFINE blocks (for structures) but I did not see any metadata about this request .
    I did not even try to issue an UPLOAD comand on production env ... of course fndload should not perform any activity ...
    Please give me a hint , what I missed?
    Many thanks,
    Aurel

    Hi Aurel,
    pl.visit the following links. It may help you.
    http://erpschools.com/articles/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other#13475312191192&83274::resize_frame
    http://appsdbastuff.blogspot.in/2012/09/fndload-download-upload-concurrent.html
    http://www.shareoracleapps.com/2010/10/fndload-for-concurrent-programs.html
    HTH
    Sanjay

  • Fndload command to download concurrent program without value set definition

    Hi All,
    Please let me know if you know fndload command to download concurrent program without value set definition.
    Thanks,
    Viaswas
    Edited by: 873477 on Mar 8, 2012 1:55 AM

    I agree with Sandeep -- The only option is editing the ldt file after the download and before you upload it.
    Thanks,
    Hussein

  • FNDLOAD Command to attach concurrent program to existing Request Group

    Hi,
    Is there any FNDLOAD command to attach concurrent program to existing request group. The requirement is, Concurrent Program should be migrated and automatically get attached to the existing request group.
    Thanks,
    Rama

    You cannot do the request group assignment as part of loading the concurrent program with FNDLOAD. However, afcpreqg.lct looks as though it can download a Request Group Unit with something like (not that I have used this):
    FNDLOAD <USERID/PASSWORD> 0 Y DOWNLOAD @fnd:patch/115/import/afcpreqg.lct <output file>.ldt REQUEST_GROUP_UNIT APPLICATION_SHORT_NAME=<RG's APP> REQUEST_GROUP_NAME=<RG's NAME> UNIT_NAME=<CP's SHORT NAME>
    A bit of pain if you need to download a number of Request Group assignments for a Concurrent Program, but possible all the same, by the look of it.

  • How to select multiple values from the Parameters in the concurrent program

    How to select multiple values from the Parameters defined in the concurrent program...and i believe multiple selection is not a direct feature of EBS, but is there any workaround solution to acheive mulitple selection?

    I think there's no way to do that using standard feature.
    Some workaround I use :
    1. If the number of selections are fixed, you could use multiple parameters for the same valueset. For example :
    Selection1 : <choose first selection>
    Selection2: <choose 2nd selection>
    ..etc.
    If you don't use it then leave it empty.
    2. Use text varchar valueset and enter it manually and separate by comma (or other value) , eg : selection1,selection2,selection3....etc.

  • FNDLOAD: How to remove a concurrent program from a request group

    Hi,
    I want to remove a concurrent program from a request group using FNDLOAD utility. Since impacted environment is Production (controlled environment) I do not want to remove concurrent program manually from the request group. Is there a way to use FNDLOAD utility for this purpose or some other means?
    Environment: Oracle EBS R12.1.1
    OS: Linux
    Thanks,
    Nitin

    Hi,
    Unfortunately this CP cannot be disabled as it has to be removed from certain RGs but not all. Also removing it through RG forms is always an option but production gatekeepers won't allow to do that. I would have done that in a min.
    If FNDLOAD is not an option then I guess only other option is pl/sql script.
    Best regards,
    Nitin

  • Single concurrent program for multiple operating units

    HI
    I am working on XML/BI publisher to generate AR invoice reports.
    We have single rdf report using which rtf templates are generated.
    There are 10 operating units (10 ORG_ID's) and 10 rtf templates, one for each operating unit. There are 4 different responsibilities for each ORG_ID
    Eg: ORG_ID's = 11, 12, 13, 14..........etc
    Eg: Responsibility = xx, yy, zz...........etc
    I want to register a single concurrent program. When a user submits a request from "XX" responsibility, then the template associated with that org_id should be generated. Whichever responsibility the user is accessing from, that particular template must be shown as output.
    How can i register one concurrent program for multiple operating units.
    Thanks!
    Edited by: 994628 on Mar 18, 2013 4:39 PM
    Edited by: 994628 on Mar 18, 2013 4:42 PM

    >
    There are 10 operating units (10 ORG_ID's) and 10 rtf templates, one for each operating unit. There are 4 different responsibilities for each ORG_ID
    Eg: ORG_ID's = 11, 12, 13, 14..........etc
    Eg: Responsibility = xx, yy, zz...........etc
    I want to register a single concurrent program. When a user submits a request from "XX" responsibility, then the template associated with that org_id should be generated. Whichever responsibility the user is accessing from, that particular template must be shown as output.
    >
    interesting case for 10 OE set 10 template
    what is purpose? for each OE different requirements for layout?
    BTW
    if each Responsibility associated with one org_id then
    - you can get current org_id when you run concurrent program
    - create main template (will be #11) with condition like
    <?choose:?>
    <?when: ORG_ID=11?>
    <?import:xdo://FND.XX11_SUB.en.00/?>
    <?call:TEMPLATE11?>
    <?end when?>
    <?when: ORG_ID=12?>
    <?import:xdo://FND.XX12_SUB.en.00/?>
    <?call:TEMPLATE12?>
    <?end when?>
    <?otherwise:?>
    <?import:xdo://FND.XX21_SUB.en.00/?>
    <?call:TEMPLATE21?>
    <?end otherwise?>
    <?end choose?>so based on org_id will be import of needed subtemplate
    - re-register your "10 rtf templates" as subtemplates
    another way is substitution of template for concurrent then it running
    in before_report trigger set needed template
    l_conc_request_id := fnd_global.conc_request_id;
        if ORG_ID = 11 then
          UPDATE fnd_conc_pp_actions t
             SET t.argument2 = 'XX11'
           where t.concurrent_request_id = l_conc_request_id
             and t.action_type = 6;
      if ORG_ID = 21 then
          UPDATE fnd_conc_pp_actions t
             SET t.argument2 = 'XX21'
           where t.concurrent_request_id = l_conc_request_id
             and t.action_type = 6;

Maybe you are looking for

  • GL Data reload in BW

    Hi, In our GL DSO all the key figures are set to Overwrite option and consists of 40 Million records. I enhanced the data source to include 2 additional fields and to het the historical data for those 2 new fields-..i need to plan data reload for GL.

  • My Search Light doesn't work half the time.

    When I go to search for an application I get NO results, nothing.. and its for items I know I have on my phone. Any fix for this?

  • Urgent -  Transfer Order Confirmation Error- Item category Type Not defined

    Hi Gurus i need your help for an <b>urgent production issue</b> FYI we have full fledged Wm implemented the users are not able to confirm the TO's created and it shows an error that <b>ITEM CATEGORY NOT DEFINED, </b> i have checked in the STO in me23

  • Moving and editing photos on 2 computers

    I have an iMac and my husband has a MacBookPro. All photos end up (vie photostream/icloud) in the iPhoto on the iMac. However, I want to be able to use his laptop to edit photos (delete as well as tag and edit) while lounging on the couch but I want

  • Ken Burns effect on imported iphoto photos

    Using iMovie 6 updated, when applying KB effect to iPhoto photos imported to either clip board or timeline, the photo renders to black on the timeline. I can import photos if I don't apply KB effect. What do I do? Go back to an earlier edition of iMo