FNDLOAD For Concurrent Program

Hi All ,
I'm moving objects from Dev instance to UAT i needed to use FNDLOAD to do that
i am using the following commands to download it from dev & upload it to UAT
FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct GPSSA_FA_DEPRN_QUAR_REP.ldt \PROGRAM APPLICATION_SHORT_NAME=" GPSSACUST" CONCURRENT_PROGRAM_NAME=" GPSSA_FA_DEPRN_QUAR_REP "
FNDLOAD apps/apps O Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct GPSSA_FA_DEPRN_QUAR_REP.ldt
they are successfully compiled when i download the file from DEV "GPSSA_FA_DEPRN_QUAR_REP.ldt" , i take it & put it in " $FND_TOP/patch/115/import/" path in UAT & i upload & it also upload successfully
But when i open the application & query for that concurrent i can't find it ...... Am i missing anything here ????

Just updating the thread with the command that worked for the OP ..
The correct command is:
FNDLOAD apps/<apps password> 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct GPSSA_FA_DEPRN_QUAR_REP.ldt PROGRAM APPLICATION_SHORT_NAME="GPSSACUST" CONCURRENT_PROGRAM_NAME="GPSSA_FA_DEPRN_QUAR_REP"
Thanks,
Hussein

Similar Messages

  • How to pass IN parameter as BOOLEAN for concurrent program in Apps(Environ)

    hi all
    i am using a standard package procedure,where in which i need to pass some parameters to a procedure,
    some of the parameters there are BOOLEAN type ,can anybody help me to know , How to pass IN parameter as BOOLEAN for concurrent program in Apps(Environ)

    Already answered this on the SQL forum (How to give IN parameter as BOOLEAN in a concurrent program.

  • How to know which sql query is taking time for concurrent program

       Hi sir,
    I am running concurrent program,that is taking time to execute ,i want to know which sql query causing performance
    Thanaks,
    Sreekanth

    Hi,
    My Learning: Diagnosing Oracle Applications Concurrent Programmes - 11i/R12
    How to run a Trace for a Concurrent Program? (Doc ID 415640.1)
    FAQ: Common Tracing Techniques in Oracle E-Business Applications 11i and R12 (Doc ID 296559.1)
    How To Get Level 12 Trace And FND Debug File For Concurrent Programs (Doc ID 726039.1)
    How To Trace a Concurrent Request And Generate TKPROF File (Doc ID 453527.1)
    Regards
    Yoonas

  • How to set OEM alerts for concurrent programs

    Hi,
    We are using OEM 10g gridcontrol for monitoring.
    i am new to OEM, now i have a task to set up alerts for concurrent programs(which are running more than 30mins).
    can any one provide step by step process to setup alerts.
    Thanks,

    Here is how to enable your alerts.
    1. From the Mobile Email application, select the desired email account then press the center of the 5-way navigation pad to choose Select.
    If prompted enter the username and password,  then press the center of the 5-way navigation pad to choose Sign In.
    2. Press the right soft key to choose Options.
    3. Select Settings then press the center of the 5-way navigation pad to choose Select.
     For AOL / AIM select Preferences.
    4. Select the desired setting then press the right soft key to choose Save.
    To disable the email alerts:
    Select Disable or Never.
    To enable email alerts:
    Select Enable or Always.
    To receive email during a desired time interval:
    Select Only During then enter the desired time interval.
    This setting may not be available on all handsets or accounts. Hope this helps

  • Reg : Setup alerts for Concurrent Programs

    Hi,
    We are using OEM 10g gridcontrol for monitoring.
    i am new to OEM, now i have a task to set up alerts for concurrent programs(which are running more than 30mins).
    can any one provide step by step process to setup alerts.
    Thanks,
    Chandra

    I believe the "Concurrent Manager" is a product supported in the "E-Business" forum.
    Can a moderator move the question there? (with other questions on this product)
    I assume this is not related the Java's concurrency library.

  • 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 --

  • 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

  • How to create a value sets for concurrent program?

    Hi Friends,
    I am creating a concurrent program with a parameter period...
    In the value set for the parameter period, I am using the following query :
    ---where application_id = 101
    and set_of_books_id = :$PROFILES$.gl_set_of_bks_id
    and closing_status IN ( 'O', 'F', 'C')
    order by period_year, period_num' ----
    In my cursor, i have a condition 'where set_of_books_id = ' ---
    How can I pass the above set of books id into the cursor ?? it is not working when I am defining another parameter as Book and passing that value to the cursor....
    I need that period parameter to return all the periods for the set of books where we are running the concurrent request from...I also need to get the set of books id for my cursor...
    Hope I am making sense...All that I am trying is to have period parameter and also a SOB id in cursor condition...
    Rgds,

    Hi Vamsi /Nitin,
    Let me explain the whole thing now.....
    My plsql procedure is ......
    CREATE OR REPLACE procedure GL_INT(
         perrbuff     out varchar2,
         pretcode     out varchar2,
    pbook          in varchar2,
    pperiod          in varchar2
         ) is
    cursor cur1 (p_sdate in date, p_edate in date )is
    select distinct group_id groupid,
    user_je_source_name source
    from gl_interface
         where accounting_date >= p_sdate
    and accounting_date <= p_edate
    and set_of_books_id = pbook;
    cursor cur2 is
    select distinct start_date sdate,
         end_date edate, period_name period
    from gl_period_statuses
    where      period_name = pperiod
         and set_of_books_id = pbook
         and application_id = 101;
    i               cur1%rowtype;
    j               cur2%rowtype;
    begin
    open cur2;
                   fnd_file.put_line(fnd_file.output,'PERIOD'||'----'||'GROUPID'||
                                       '----'|| 'SOURCE');
              loop
                   fetch cur2 into J;
    exit when cur2%notfound;
                   open cur1(J.sdate,J.edate);
                   loop
              fetch cur1 into I;
                        exit when cur1%notfound;
              fnd_file.put_line(fnd_file.output, J.period||'----'||I.groupid||'----'||
                                  I.source);
                   end loop;
              end loop;
         Close cur1;
    close cur2;
    Exception when others then dbms_output.put_line(SQLERRM);     
    end;
    ==================================================================================================
    For SOB value set, I have passed the default value as vamsi suggested ($profiles$.gl_set_of_bks_id)....
    For period value set, I have entered query as ..where application_id = 101
    and set_of_books_id = :$PROFILES$.gl_set_of_bks_id
    and closing_status IN ( 'O', 'F', 'C')
    order by period_year, period_num...................
    It still doesn't work....I don't know how to derive those Periods based on the SOBs and at the same time pass SOB id into the cursors...
    Please help...
    Rgds,
    Murali

  • Parallel processing for concurrent program

    Hi Team,
    Can any one give the suggestions for parallelism of concurrent program. As i am having union's in the select statment . i am not able to use NTILE eventhough i am giving number of threads as 50000 even though it is running for a long time.
    Best regards

    Hi,
    i am not able to use NTILE eventhough i am giving number of threads as 50000 even though it is running for a long timeDo you get any error?
    What does this concurrent program do?
    You may need to enable trace to find out why this concurrent program takes long time to run -- See (Note: 296559.1 - FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12 (Customer Recommended)) for details.
    Thanks,
    Hussein

  • How can I get the responsibility for concurrent programs

    Guys,
    How can I get the responsibility for a list of concurrent programs. Is there a query that I can run to get the results?
    Thanks in advance,

    Refer to Note: 134036.1 - WHOCANRUN.SQL - List Responsibilities That Can Run a Given Concurrent Program
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=134036.1
    From the output of the query in the note referenced above, you can run "Users of a Responsibility" concurrent program then to find out the list of users who have access to a certain responsibility.

  • Help required for Concurrent program parameters

    Hi All,
    I have a Concurrent program which has the following set of parameters.
    From Project Number
    To Project Number
    From Org
    To Org
    We dont want to make any of these mandatory, but we have a condition that either of the two sets must be entered i.e. before submitting we have to validate that either From Project Number/To Project Number parameter set is populated or From Org/To Org parameter set is populated.
    If someone could help me with this it would be a great help.
    Regards,
    Shruti

    Hi Shruti;
    What is your OS and EBS level?
    Please check below:
    Setup for Defined Concurrent Program with Parameters - SQL Script
    How to enable/disable parameters in concurrent program dependent prev. para
    Concurrent Program with conditionally required parameters
    Need to do validation while entering concurrent program parameters
    If those are not help,please try to look [this search|http://forums.oracle.com/forums/search.jspa?threadID=&q=Concurrent+program+parameters+&objID=f475&dateRange=all&userID=&numResults=15]
    Also check http://download-uk.oracle.com/docs/cd/A60725_05/html/comnls/us/fnd/progde04.htm and this
    Hope it helps
    Regard
    Helios

  • Setting arraysize for concurrent programs which does huge select

    Hi All,
    E Buzz : 11.5.10.2
    Database : 10.2.0.4
    We have performance issues in few of the concurrent programs which does select on big tables, is there a possible way to set/increase the arraysize for the concurrent program.
    Through sqlplus, before running the select statement we are setting as " set arraysize 5000" which is reducing the run time of the select by 10 times.
    Please advice if there are any such options to increase the arraysize for the concurrent programs without modifying the code.
    Thanks & Regards,
    Rakesh

    Rakesh,
    Please advice if there are any such options to increase the arraysize for the concurrent programs without modifying the code.I do not think there is a way to increase/decrease the arraysize of the concurrent program without modifying the code -- Log a SR to confirm this with Oracle Support.
    Regards,
    Hussein

  • Dynamic parameters for concurrent programs

    All
    Is there any way to add/remove concurrent program's parameters dynamically. If the concurrent program's parameter p1 has a value v1, parameter p2 should get displayed. If parameter p1 has a value v2, parameter p3 should get displayed and parameter p2 should get hidden and disabled. New parameters (p2 or p3) should allow the user to enter free text.
    I reviewed the usage of :$FLEX$ and value sets to achieve this requirement. However, this approach grays out the unwanted parameters (parameters still gets displayed) and the new parameters (p2 or p3) become an LOV instead of allowing the user to enter free text.
    Thanks.

    Hi,
    I don't think it's possible to make the parameters disappear. All you can do is to gray out them so that the user cannot enter any value (that is what you've already done). About allowing the user to enter a free text, you simply need to use a value set that is not validated (Validation Type = None). You can create a new one or you can use the ones already existing in the EBS, like '30 Characters', '120 Characters', ...
    Hope it helps.
    Regards.

  • FND LOG messages are not printing in LOG file for Concurrent program

    Hi,
    I'm adding log messages in the package body , but these messages are not printing after completion of concurrent prog.
    Any suggestions.
    FND_FILE.PUT_LINE(FND_FILE.LOG,'Data Test :');
    Thanks.

    I'm adding log messages in the package body , but these messages are not printing after completion of concurrent prog.
    Any suggestions.
    FND_FILE.PUT_LINE(FND_FILE.LOG,'Data Test :');Do you have COMMIT in your code?
    https://forums.oracle.com/forums/search.jspa?threadID=&q=%27FND_FILE.PUT_LINE%27+AND+commit&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • How to migrate concurrent programs?

    Hi friends,
    I have used FNDLOAD for concurrent program migration.But the problem is that i can migrate only one concurrent program at a time.Is there any other way to migrate more than one concurrent program at a time?

    You could write a script to migrate multiple AOL objects but my understanding is that FNDLOAD will only work on one object at a time. For example, you would have the following in a single text file:
    FNDLOAD apps/apps O Y DOWNLOAD afffload.lct file1.ldt VALUE_SET FLEX_VALUE_SET_NAME="Mars"
    FNDLOAD apps/apps O Y DOWNLOAD afffload.lct file2.ldf VALUE_SET FLEX_VALUE_SET_NAME="Venus"
    FNDLOAD apps/apps O Y DOWNLOAD afcpprog.lct file3.ldt PROGRAM APPLICATION_SHORT_NAME="CUSTOM" CONCURRENT_PROGRAM_NAME="Galaxy"Then execute the file as a batch file to download the object data as files, FTP the files to the server with another db instance and execute this file to upload:
    FNDLOAD apps/apps O Y UPLOAD afffload.lct file1.ldt
    FNDLOAD apps/apps O Y UPLOAD afffload.lct file2.ldf
    FNDLOAD apps/apps O Y UPLOAD afcpprog.lct file3.ldtIf there's a better way to efficiently move multiple objects, I'd like to hear about it.

Maybe you are looking for

  • How do I get my bookmarks back after upgrading to Firefox 4?

    Well I just upgraded to Firefox 4 and I can't find my bookmarks.They were pretty important and I really need them.I'm pretty new to Firefox so I don't know if I lost them or not.If I did, can I get them back?

  • Submit Button and Email Ady issu

    hi all .. i have an issue here.. I would like to insert two email addresses that pop up your email app, and at the bottom of message box i have a submit button as well.. i would like that to goto to an email as well.. I am sucha noob at this its not

  • Mac Pro 1,1 won't start/boot up

    Hi all, I have a big problem with my Mac Pro 1,1 (2,66 Core, 6GB Ram) - it does not start up. I tried to boot in safe mode, but boot process stopped (spinning circle freezes). Then I tried to boot in single user mode and checked the Harddrive with fs

  • UK Delivery

    Hi guys Just after a little help. I know this has been talked to death but I can't really find anything that clears things up for me. I ordered my iPhone 4 on 19th July I was given shipping date of 9th August with delivery due on the 18th August. On

  • My ipod is out of warranty how can i replace my screen

    my ipod touch has broken pixels on its screen and sadly my warranty ended a month before it appeared how can i replace my ipod screen.... : ( please help me my dad gave this to me as a gift...