We can attach the concurrent program outuput to the mailID

Hai to all !!!!
While submitting the concurrent program its give any output for report/interface. thease output can we attach directly to the our mail-ID.it is possible? if yes , how?
please tell me.....
thanks
subbu...

echo "----------------------------------------------"
echo "TEST iExpense Mail Sending Script"
echo "----------------------------------------------"
##Run Environment File
#. /u8/applprd/prdappl/APPSORA.env
. /u8/applpred/preprdappl/APPSORA.env
##End of running environment file
pi=$1
echo
#echo 'Input....: ' $pi
V_FCP_LOGIN=`echo $pi | cut -f3 -d' ' | cut -f2 -d'"'`
V_REQUEST_ID=`echo $pi | cut -f9 -d' ' | cut -f2 -d'"'`
V_EMAIL_DIS_LIST=`echo $pi | cut -f10 -d' ' | cut -f2 -d'"'`
V_OUTPUT_FILE_NAME=`echo $pi | cut -f11 -d' ' | cut -f2 -d'"'`
#echo "FCP LOGIN ....: $V_FCP_LOGIN"
echo "Request ID....: $V_REQUEST_ID"
echo "Mail ID....: $V_EMAIL_DIS_LIST"
echo "Output File Name....: $V_OUTPUT_FILE_NAME"
#Changes done for oracle database login/password security purpose
WHODB=$V_FCP_LOGIN
#End of changes done for oracle database login/password security purpose
####----Getting the OutFile Details----####
#Getting the OutFile Name
#VALUE='sqlplus -silent apps/[email protected] <<END
OUT_FILE_NAME=`sqlplus -silent $WHODB <<END
set pagesize 0 feedback off verify off heading off echo off
SELECT SUBSTR(FCR.OUTFILE_NAME,INSTR(FCR.OUTFILE_NAME,'/',-1)+1,(LENGTH(FCR.OUTFILE_NAME)-INSTR(FCR.OUTFILE_NAME,'/',-1)))
FROM FND_CONCURRENT_REQUESTS FCR,FND_CONCURRENT_PROGRAMS FCP
WHERE FCR.CONCURRENT_PROGRAM_ID=FCP.CONCURRENT_PROGRAM_ID
AND REQUEST_ID=$V_REQUEST_ID;
exit;
END`
echo
#Check successful execution of procedure and outfile details
echo
if [ -z "$OUT_FILE_NAME" ]; then
echo "No rows returned from database"
exit 0
else
echo "OutFile Name....: $OUT_FILE_NAME"
fi
#Output File Path
OUT_FILE_PATH=`sqlplus -silent $WHODB <<END
set pagesize 0 feedback off verify off heading off echo off
SELECT SUBSTR(FCR.OUTFILE_NAME,1,(INSTR(FCR.OUTFILE_NAME,'/',-1)-1))
FROM FND_CONCURRENT_REQUESTS FCR,FND_CONCURRENT_PROGRAMS FCP
WHERE FCR.CONCURRENT_PROGRAM_ID=FCP.CONCURRENT_PROGRAM_ID
AND REQUEST_ID=$V_REQUEST_ID;
exit;
END`
#Check successful execution of procedure and outfile details
if [ -z "$OUT_FILE_PATH" ]; then
echo "No rows returned from database"
exit 0
else
echo "OutFile File Path....: $OUT_FILE_PATH"
fi
cd $OUT_FILE_PATH
cp $OUT_FILE_NAME $V_OUTPUT_FILE_NAME.txt
#cp *$V_REQUEST_ID*.PDF $V_OUTPUT_FILE_NAME.txt
#echo "iExpense Report file name which sent to user"
V_REPORT_NM=$OUT_FILE_PATH/$V_OUTPUT_FILE_NAME.txt
echo "XML Report file name mail to user for reference : $V_REPORT_NM"
echo
echo
echo "Mail ID checking and sending mail to that ID"
echo
if test -z "$V_EMAIL_DIS_LIST"; then
echo
echo "Email List Empty....No maill to be sent."
else
echo
echo "Sending Mail...."
uuencode "$V_REPORT_NM" "$V_REPORT_NM"| mailx -s "iExpense Report" "$V_EMAIL_DIS_LIST"
echo
echo "Mail has been sent successfully...."
echo
fi
##------------------------------------------------------------------------------------End--------------------------
Use this script for sending any output.
Thanks,
Ajit

Similar Messages

  • How Can I get Concurrent program parameters in the bursting output file????

    I have rtf template. I am passing parameter PC_REPORT_TYPE,pd_week_ending_date in my concurrent program. In rtf header I am passing this parameters as <?PC_REPORT_TYPE?> and <?param@begin:pd_week_ending_date?><?xdofx:to_char(to_date(replace(substr($pd_week_ending_date,1,10),’/’,’-‘),’YYYY-MM-DD’),’MM/DD/YY’)?> .
    I am getting the values in my report which is generated from this concurrent program. But I am not getting these values in my bursting output file which is generated from that previous concurrent program.
    Thanks in advance....

    The same exact video played back perfecly fine 2 weeks ago.  The same project too, with no changes at all.  I have a Nvida card too and have made no changes to that either.  Not sure everything worked a couple weeks ago.  Then every once in a while I started having issues, but I could just close and reopen the project and it would be OK.  Now, I can't get any vieo at all.  If I double click in the monitor box the frame I am on pops up but nothing plays, I just get one frame while audio plays with no issue.

  • Error while copying the concurrent program

    Hi Experts,
    I am working on EBS 11i and database 9i. When i am trying to copy the existing concurrent program,it's giving below error.
    Error: Please enter a unique segment name, the segment name is already defined for other segment.
    Could you somebody help me to get rid off this error.
    Thanks.

    While copying the concurrent program, what is the short name and name for the new concurrent program?
    Hope you are not giving the same name as the old CP.
    By
    Vamsi

  • Plsql query to find out the concurrent programs attaching a plsql package

    I want to find all the concurrent programs attaching a particular package. Please provide me with the appropriate query to get that.

    Hello,
    1- First thing: we are talking about a SQL query (and not a PL/SQL query).
    2- I would like to add an additional filter to the query of shazi as the query should show only PL/SQL packages
    SELECT
    fcp.CONCURRENT_PROGRAM_ID
    ,fcp.concurrent_program_name
    , fcpt.user_concurrent_program_name
    , DECODE(fe.execution_method_code
    , 'I', 'PL/SQL'
    ,'P', 'Reports'
    ,'C', 'SQL Loader'
    ,'Q', 'SQL Plus'
    ,'K', 'Java'
    ,'H', 'OS executable'
    ,'B' , 'Req. Set Stage'
    ) EXECUTION_METHOD
    ,UPPER(EXECUTION_FILE_NAME) PACKAGE_BODY
    from
    fnd_concurrent_programs_tl fcpt
    , fnd_executables fe
    ,fnd_concurrent_programs fcp
    where 1=1
    --and fcpt.concurrent_program_id = fcr.concurrent_program_id
    and fe.executable_id = fcp.executable_id
    and fcpt.concurrent_program_id = fcp.concurrent_program_id
    and fe.execution_method_code = 'I' /* here's the additional filter */
    --and fcpt.user_concurrent_program_name = :P_USER_CONC_PROGRAM_NAME
    --fcp.concurrent_program_name = :P_CONC_PROGRAM_NAME /* using this filter would use an index */
    Lalaina

  • Error while registering the Concurrent Program

    Hi,
    I am getting the following error while registering the concurrent program.
    The executable is registered as shell script and this executable sends a mail with attachment. can any one of you tell me the cause of the error?
    ORA-20160: ORACLE error -4091 in SUBMIT: others
    Cause: SUBMIT: others failed due to ORA-04091: table APPLSYS.FND_CONCURRENT_PROGRAMS is mutating, trigger/function may not see it.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    ORA-06512: at "APPS.ALR_FND_CONCURRENT_PROGRAM_IAR", line 1
    ORA-04088: error during execution of trigger 'APPS.ALR_FND_CONCURRENT_PROGRAM_IAR'
    ORA-06512: at "APPS.FND_CONCURRENT_PROGRAMS_PKG", line 63
    FRM-40735: ON-INSERT trigger raised unhandled exception ORA-20160.
    Thanks in advance

    Check Note: 391795.1 - Frm-40735: On-Insert Trigger Raised Unhandled Exception Ora-04062 in APPS.FND_CONCURRENT_PROGRAMS_PKG
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=391795.1

  • 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

  • Output of the concurrent program in PDF - Reg

    Hi All,
    I have a requirement wherein i have to get the output of the concurrent program as a pdf file.
    I'm using the report file (.rdf) as the executable.
    When I'm giving the output as PDF in program definition, it errors out.
    The report is very complex and using XML publisher for getting a PDF output will be tedious one.
    Any pointers or tutorials will be of great help.
    Regards,
    Mohan

    Hi,
    "Program was terminated by signal 11
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request ********.
    Review your concurrent request log and/or report output file for more detailed information."
    The error message was not specific and i could not make out what it is.Please make sure that the DISPLAY is set properly as per (Note: 377748.1 - Postscript And PDF Reports Complete With 'Program Was Terminated By Signal 11'). Also, verify the value of Tk2Motif*fontMapCs as per (Note: 396336.1 - PDF Reports Fail With Program Was Terminated By Signal 11). Make sure you bounce the CM each time you do any modification.
    And regarding XML, can i get the PDF output from the concurrent program itself without using the XML publisher,by setting the output style as PDF??????Yes you can, create the concurrent program using reports builder and register it in the application with a PDF output format. If your database characterset is UTF8, then I believe you need to use XML publisher.
    Regards,
    Hussein

  • Format changing after running the concurrent program for indentation

    Hi
    I have got an issue regarding indentation in rtf template. Actually in the template I have indentation or numbering in one format like david but after running the concurrent program in the temlate output I am getting the numbering in Latin letters. like
    I
    II
    III
    etc.
    can anyone please send me the resolution for this issue.
    Thanks and regards
    kk

    What is the application release?
    If you are on 11i, please make sure you have (Patch 8198363: INDENTATION PROBLEM WHILE GENERATING RTF OUTPUT USING RTF TEMPLATE) applied and check then.
    Thanks,
    Hussein

  • Date lov in the concurrent program parameter field

    Hi,
    I have a date parameter in the concurrent program. I need to have a date calendar for the parameter, can I have the data calendar? I am not sure if we can do that.
    Can anybody throw some light on this.
    Thanks a million
    Regards
    Ruma

    Hi swati
    u cannt create a multi select LOV for Apps concurrent program.
    Some of the options:
    -> Create different parameters. Also u cannt create parameters dynamically depending upon the number of options u want to give for that parameter, better fix the maximum no. of options say 5 .. ORG1, ORG2, ORG3, ORG4, ORG5
    -> If multi select LOV are of high priority, go for Discoverer if it is a Report.
    cheers
    chakoo

  • Cannot view the concurrent program.

    After the user schedule for the concurrent program, there is nothing appear in the concurrent program window. Actually, the concurrent program is running, but just the users cannot see it. How to solve this problem?

    I believe you can access reports run by other user if you set the profile option Concurrent:Report Access Level, and set by responsibility so that if the user has the same responsibility he/she maybe able to view all request run by user who has the same responsibility.
    HTH.

  • How can i control concurrent programs?

    Hi
    When ruinning GL & OPM concurrent programs, de-grades server peformance. How can i control it? I want to restrict the user not to submit or does not run during office-hours. How can it be achieved?
    Regards
    Ariz

    Ariz,
    Please mention the application release, the database version and the OS.
    Was the performance accepted before? If yes, what changes have been done recently?
    Is the issue with standard or custom concurrent programs? Also, please mention the concurrent program names (if possible).
    Do you run "Gather Schema Statistics" concurrent program on regular basis?
    To find out why those concurrent program affects the performance, enable trace as per (Note: 296559.1 - FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12) and generate the TKPROF file.
    You could schedule the concurrent program to run at certain times -- See "Oracle Applications System Administrator's Guide Documentation Set" for details.
    Oracle Applications Documentation
    http://www.oracle.com/technology/documentation/applications.html
    Regards,
    Hussein

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

  • Show a message box after the concurrent program completes normal

    Hi,
    I have a requirement to show a message box with some message once the concurrent program is COMPLETED NORMAL.
    Can we do this through form customization or is there any other way??
    Thanks in advance
    Thanks,
    Venkat

    This will be difficult since concurrent program is running in the background, not from the form. So there's no event where you can capture this concurrent program status, well unless you refresh the view request every time, but that's very a manual way.
    The most possible way is to send an email rather than put up a message box.

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

  • Re:How can we delete the concurrent node entry from the FND_NODE table

    HI ,
    11.5.10.2 on Oracle Solaris on SPARC (64-bit) .
    How can we delete the concurrent node entry from the FND_NODES table without running Autoconfig.
    Currently we are having 3 nodes RAC and we are deciding to remove one node from the RAC and all 3 nodes are registered as concurrent node with application but concurrent manager is running only on one node.
    Lot of the custom configuration we did it at application web tire level. If we run the Autoconfig at that time we need to redo those changes again that we are trying to avoid.
    Regards .

    we are trying to avoid to run FND_CLONE.setup_clean because it will delete all the nodes entries from the FND_NODES.If those entries are invalid then they should be deleted.
    Running AutoConfig after purging the table will populate it with the correct entries.
    In order to populate the nodes entries again we need to run autoconfig and it will change the server id in fnd_nodes and then we need to redo the ADI client configuration on users PC and redo all the changes that we made in jserv and webserver.For ADI Clients, you should use the correct server ids which will be populated in the table for you once you run AutoConfig.
    For jserv configuration, you can refer to (Customizing an AutoConfig Environment [ID 270519.1]) to make the preserve all your custom setup/configuration after running AutoConfig.
    If there any custom script to delete only one node from the fnd_node so that we don't need to run autoconfig after that, then I really appreciate.No.
    Thanks,
    Hussein

Maybe you are looking for

  • OSB: problem when starting a managed server in an OSB cluster

    Hi, I used the configuration wizard to setup a very simple domain, containing a cluster with a managed server. When I start the managed server from the console I get prompted for the boot user and password. I specify the values I defined during the i

  • To Apple:  SERIOUS FLAW:  Same Pix Download for each Sync of Anything

    Even though I synced my iPhoto Library, when I told the system to do another sync (to get rid of some Movies I deleted), it starting downloading the SAME IPHOTO pictures that were already on the computer. I stopped it. This is crazy. That would mean

  • BBP_DOCUMENT_TAB does not get populated with shopping cart

    Hello Gurus, We are facing some weird issue out of blue. We have SRM 5.0 Classic scenario with ECC 6.0 backend system. We have everything configured and it was working i mean shopping carts were successfully transferring into ECC system as PR. Suddne

  • Which internet connect can i use if i take my laptop to europe?

    i was just wondering if there is any kind of wifi device i can buy or anything i need specifically to have my laptop working in europe? if so can you please recommend me a few so that i can purchase them before i leave. thank you.

  • HP 8600 printer, scanning problem

    I have an HP Pavilion Elite desktop (windows 7, 64 bit) computer.  I just purchased an HP Officejet Pro 8600 all in one printer.  Hooked it up wirelessly, home use.  It prints fine.  It will not scan and save to my desktop.  Got error message: Scanne