Warning: The magic method GW_GoPricing_Elementor::__wakeup() must have public visibility in /home1/stepf0sq/public_html/wp-content/plugins/go_pricing/includes/vendors/elementor/class-elementor.php on line 46

Warning: Cannot modify header information - headers already sent by (output started at /home1/stepf0sq/public_html/wp-content/plugins/go_pricing/includes/vendors/elementor/class-elementor.php:46) in /home1/stepf0sq/public_html/wp-includes/feed-rss2.php on line 8
Oracle Apps – Step Forward https://stepforwardsolution.com Best Development Company Sat, 26 Jun 2021 12:23:57 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.1 214855629 FNDLOAD https://stepforwardsolution.com/fndload/ https://stepforwardsolution.com/fndload/#respond Sat, 26 Jun 2021 12:23:22 +0000 https://markitiers.in/step/?p=3479

 

FNDLOAD is an Oracle utility that allows for the transfer of a wide range of Oracle Foundation (FND) data from one instance to the other. The loader reads a configuration file (LCT) to determine what data to access. It works by downloading the data in the source instance into a text file (LDT file) that can then be uploaded into target instances. FNDLOAD ensures consistent migration of the objects within Oracle Applications

 

  1. Concurrent Program

— —————————–

FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct XX_CON_PROG_SHORT_NAME.ldt PROGRAM APPLICATION_SHORT_NAME=”XXCUST” CONCURRENT_PROGRAM_NAME=”XX_CON_PROG_SHORT_NAME”

FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct XX_CON_PROG_SHORT_NAME.ldt – WARNING=YES UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE

 

  1. Lookups

— ————-

FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/aflvmlu.lct XXCUST_LOOKUPTYPE.ldt FND_LOOKUP_TYPE APPLICATION_SHORT_NAME=”XXCUST” LOOKUP_TYPE=”XXCUST_LOOKUPTYPE”

 

FNDLOAD apps/apps O Y UPLOAD $FND_TOP/patch/115/import/aflvmlu.lct XXCUST_LOOKUPTYPE.ldt UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE

 

  1. Profile

— ———

FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afscprof.lct XXCUST_PROFILE.ldt PROFILE PROFILE_NAME=”XXCUST_PROFILE” APPLICATION_SHORT_NAME=”XXCUST”

 

$FND_TOP/bin/FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afscprof.lct XXCUST_PROFILE.ldt – WARNING=YES UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE

 

  1. Request Set and Link

— ——————————

FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct XXCUST_REQUESTSET.ldt REQ_SET REQUEST_SET_NAME=”XXCUST_REQUESTSET”

FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct XXCUST_REQSET_LINKS.ldt REQ_SET_LINKS REQUEST_SET_NAME=”XXCUST_REQUESTSET”

Links

FNDLOAD apps/apps O Y UPLOAD $FND_TOP/patch/115/import/afcprset.lct  XXCUST_REQUESTSET.ldt UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE

FNDLOAD apps/apps O Y UPLOAD $FND_TOP/patch/115/import/afcprset.lct  XXCUST_REQSET_LINKS.ldt UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE

 

  1. FND Message

— ———————

FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afmdmsg.lct XXCUST_MSG.ldt FND_NEW_MESSAGES APPLICATION_SHORT_NAME=”XXCUST” MESSAGE_NAME=”XXCUST_MSG”

FNDLOAD apps/apps O Y UPLOAD $FND_TOP/patch/115/import/afmdmsg.lct XXCUST_MSG.ldt UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE

 

  1. Alerts

— ———

FNDLOAD apps/apps 0 Y DOWNLOAD $ALR_TOP/patch/115/import/alr.lct XXCUST_ALR.ldt ALR_ALERTS APPLICATION_SHORT_NAME=XXCUST ALERT_NAME=”Alert Name”

FNDLOAD apps/apps 0 Y UPLOAD $ALR_TOP/patch/115/import/alr.lct XXCUST_ALR.ldt CUSTOM_MODE=FORCE

 

  1. Value Set

— ————–

FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct XXCUST_VALSET.ldt VALUE_SET FLEX_VALUE_SET_NAME=”Custom Value Set Name”

FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afffload.lct XXCUST_VALSET.ldt – WARNING=YES UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE

 

  1. Forms personalization

— ————–

FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct ARXTWMAI.ldt FND_FORM_CUSTOM_RULES form_name=ARXTWMAI

FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/affrmcus.lct ARXTWMAI.ldt

 

  1. Data Definition and Associated Template

— ———————————————————-

FNDLOAD apps/apps 0 Y DOWNLOAD $XDO_TOP/patch/115/import/xdotmpl.lct XXCUST_DD_TEMPLATE.ldt XDO_DS_DEFINITIONS APPLICATION_SHORT_NAME=XBOL DATA_SOURCE_CODE=XXCUST_DD_TEMPLATE

FNDLOAD apps/trxappsttrxi 0 Y UPLOAD $XDO_TOP/patch/115/import/xdotmpl.lct XXCUST_DD_TEMPLATE.ldt

 

  1. DATA_TEMPLATE (Data Source .xls and RTF file)

— ———————————————————-

java oracle.apps.xdo.oa.util.XDOLoader DOWNLOAD -DB_USERNAME apps -DB_PASSWORD apps -JDBC_CONNECTION ‘(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=HOST NAME)(PORT=PORT NUMBER))(CONNECT_DATA=(SERVICE_NAME=SERVICE NAME)))’ -LOB_TYPE TEMPLATE -LOB_CODE XXCUST_CODE -APPS_SHORT_NAME XBOL -LANGUAGE en -TERRITORY 00 -lct_FILE $XDO_TOP/patch/115/import/xdotmpl.lct -LOG_FILE XXCUST_CODE.log

java oracle.apps.xdo.oa.util.XDOLoader UPLOAD  -DB_USERNAME apps -DB_PASSWORD apps -JDBC_CONNECTION ‘(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=HOST NAME)(PORT=PORT NUMBER))(CONNECT_DATA=(SERVICE_NAME=SERVICE NAME)))’ -LOB_TYPE TEMPLATE -LOB_CODE XXCUST_CODE -XDO_FILE_TYPE RTF -FILE_NAME XXCUST_CODE_RTF_FILE.rtf -APPS_SHORT_NAME XBOL -LANGUAGE en -TERRITORY 00 -CUSTOM_MODE FORCE -LOG_FILE XXCUST_CODE_RTF_UPLOAD.log

]]>
https://stepforwardsolution.com/fndload/feed/ 0 3479
USER EXIT IN REPORT – ORACLE APPS https://stepforwardsolution.com/user-exit-in-report-oracle-apps/ https://stepforwardsolution.com/user-exit-in-report-oracle-apps/#respond Sat, 26 Jun 2021 12:21:42 +0000 https://markitiers.in/step/?p=3477

 

FND SRWINIT:

FND SRWINIT sets your profile option values and allows Oracle AOL user exits to detect that they have been called by a Oracle Reports program.[Before Report trigger, P_CONC_REQUEST_ID lexical parameter]. We should always call FND SRWINIT from the Before Report Trigger

SRW.USER_EXIT(‘FND SRWINIT’);

FND SRWEXIT:

FND SRWEXIT ensures that all the memory allocated for Oracle AOL user exits has been freed up properly. [After Report trigger]. You always call FND SRWEXIT from the After Report Trigger

SRW.USER_EXIT(‘FND SRWEXIT’); Note:- Mandatory Parameter with SRWINIT AND SRWEXIT is P_CONC_REQUEST_ID. Datatype Should be Number(15).

FND FORMAT_CURRENCY:

FND FORMAT_CURRENCY is used for MULTIPLE CURRNECY REPORTING (MRC)[formula Column, P_MIN_PRECISION lexical parameter]

SRW.USER_EXIT(‘FND FORMAT_CURRENCY ‘);

FND FORMAT_CURRENCY

CODE=”:column containing currency code”

DISPLAY_WIDTH=”field width for display”

AMOUNT=”:source column name”

DISPLAY=”:display column name”

[MINIMUM_PRECISION=”:P_MIN_PRECISION”] [PRECISION=”{STANDARD|EXTENDED}”] [DISPLAY_SCALING_FACTOR=””:P_SCALING_FACTOR”

 

DESCRIPTION:

CODE – Specify the column which contains the currency code for the amount. The type of this column is CHARACTER.

DISPLAY_WIDTH – Specify the width of the field in which you display the formatted amount.

AMOUNT – Specify the name of the column which contains the amount retrieved from the database. This amount is of type NUMBER.

DISPLAY – Specify the name of the column into which you want to display the formatted values. The type of this column is CHARACTER.

MINIMUM_PRECISION – Specify the precision to which to align all currencies used in this report region. You specify the MINIMUM_PRECISION token in mixed currency report regions to ensure all currency values align at the radix character for easy readability. Your user can adjust the report by setting an input parameter when submitting the report to specifically tailor the report output to a desired minimum precision or accept the default which is determined from the profile option

CURRENCY:MIXED_PRECISION (Currency: Mixed Currency Precision). Your report submission must pass the value as a report argument. You use P_MIN_PRECISION as the name of this lexical.

PRECISION – If specified as STANDARD, then standard precision is used

DISPLAY_SCALING_FACTOR- Optionally, specify the scaling factor to be applied to the amount in that column. If this token is not specified or is negative no scaling is performed. You use

P_SCALING_FACTOR as the name of this lexical parameter.

FND FLEXSQL:

FND FLEXSQL this API is used for get SELECT/WHERE/HAVING/ORDER BY/GROUP BY from flex field  tables. This call changes the value of the lexical parameter P_FLEXDATA at runtime to the SQL fragment that selects all flexfields value data. For example, the parameter changes to (SEGMENT1||’n’||SEGMENT2||’n’||SEGMENT3||’n’||SEGMENT4).

SRW.REFERENCE(:P_STRUCT_NUM);SRW.USER_EXIT(‘FND FLEXSQL CODE=”GL#” NUM=”:P_STRUCT_NUM”APPL_SHORT_NAME=”SQLGL” OUTPUT=”:P_FLEXDATA” MODE=”SELECT” DISPLAY=”ALL”‘);

FND FLEXIDVAL:

FND FLEXIDVAL this API is used for get descriptions from flex fields gets input from FND FLEXSQL.

Call this user exit to populate fields for display. You pass the key flex fields data retrieved by the query into this exit from the formula column. With this exit you display values, descriptions and prompts by passing appropriate token (VALUE/DESCRIPTION/APROMPT/LPROMPT).

it will take inputs from columns of query , the columns are defined  by FND FLEXSQL.

SRW.USER_EXIT(‘FND FLEXIDVAL’)

FND FLEXIDVALCODE=”flexfield code”APPL_SHORT_NAME=”application short name”DATA=”:source column name”[NUM=”:structure defining source column/lexical”][DISPLAY=”{ALL|flexfield qualifier|segment number}”][IDISPLAY=”{ALL|flexfield qualifier|segmentnumber}”][SHOWDEPSEG=”{Y | N}”][VALUE=”:output column name”][DESCRIPTION=”:output column name”][APROMPT=”:output column name”][LPROMPT=”:output column name”][PADDED_VALUE=”:output column name”][SECURITY=”:column name”]CODE means Key flexfield code(GL# is for Accounting Flex field, for all other check the table FND_ID_FLEXS)NUM is the structure of the key flex field(Chart of Accounts Number)DATA is where you store the retrieved data (your sql output).

]]>
https://stepforwardsolution.com/user-exit-in-report-oracle-apps/feed/ 0 3477