DBA Data[Home] [Help]

APPS.ZX_TEST_API dependencies on FND_GLOBAL

Line 9780: --FND_GLOBAL.INITIALIZE(l_sid,0,20420,1,null,null,0,0,null,null,null,null);

9776: write_message('---------------------------------------');
9777: ------------------
9778: -- Initialization
9779: ------------------
9780: --FND_GLOBAL.INITIALIZE(l_sid,0,20420,1,null,null,0,0,null,null,null,null);
9781: --------------------------------------------------------------------------------
9782: --Bug 4216336. The Initialization is required to obtain for a concurrent
9783: -- program (The calling report of ZX_TEST_API) as per bug 3771348.
9784: -- The initialization is made for the settings of user "BTT".

Line 9796: FND_GLOBAL.APPS_INITIALIZE( USER_ID => l_user_id, --User BTT

9792: WHEN OTHERS THEN
9793: write_message('ERROR: Cannot retrieve the User ID for user BTT. Please review');
9794: END;
9795:
9796: FND_GLOBAL.APPS_INITIALIZE( USER_ID => l_user_id, --User BTT
9797: RESP_ID => 60252, --Resp ZX Testing Tool
9798: RESP_APPL_ID => 235); --Application eBTax
9799: write_message( 'User name = ' || fnd_global.user_name);
9800: write_message( 'User id = ' || fnd_global.user_id);

Line 9799: write_message( 'User name = ' || fnd_global.user_name);

9795:
9796: FND_GLOBAL.APPS_INITIALIZE( USER_ID => l_user_id, --User BTT
9797: RESP_ID => 60252, --Resp ZX Testing Tool
9798: RESP_APPL_ID => 235); --Application eBTax
9799: write_message( 'User name = ' || fnd_global.user_name);
9800: write_message( 'User id = ' || fnd_global.user_id);
9801: write_message( 'Resp name = ' || fnd_global.resp_name);
9802: write_message( 'Resp id = ' || fnd_global.resp_id);
9803: write_message( 'Resp app short name = ' || fnd_global.application_short_name);

Line 9800: write_message( 'User id = ' || fnd_global.user_id);

9796: FND_GLOBAL.APPS_INITIALIZE( USER_ID => l_user_id, --User BTT
9797: RESP_ID => 60252, --Resp ZX Testing Tool
9798: RESP_APPL_ID => 235); --Application eBTax
9799: write_message( 'User name = ' || fnd_global.user_name);
9800: write_message( 'User id = ' || fnd_global.user_id);
9801: write_message( 'Resp name = ' || fnd_global.resp_name);
9802: write_message( 'Resp id = ' || fnd_global.resp_id);
9803: write_message( 'Resp app short name = ' || fnd_global.application_short_name);
9804: write_message( 'Resp app id = ' || fnd_global.resp_appl_id);

Line 9801: write_message( 'Resp name = ' || fnd_global.resp_name);

9797: RESP_ID => 60252, --Resp ZX Testing Tool
9798: RESP_APPL_ID => 235); --Application eBTax
9799: write_message( 'User name = ' || fnd_global.user_name);
9800: write_message( 'User id = ' || fnd_global.user_id);
9801: write_message( 'Resp name = ' || fnd_global.resp_name);
9802: write_message( 'Resp id = ' || fnd_global.resp_id);
9803: write_message( 'Resp app short name = ' || fnd_global.application_short_name);
9804: write_message( 'Resp app id = ' || fnd_global.resp_appl_id);
9805:

Line 9802: write_message( 'Resp id = ' || fnd_global.resp_id);

9798: RESP_APPL_ID => 235); --Application eBTax
9799: write_message( 'User name = ' || fnd_global.user_name);
9800: write_message( 'User id = ' || fnd_global.user_id);
9801: write_message( 'Resp name = ' || fnd_global.resp_name);
9802: write_message( 'Resp id = ' || fnd_global.resp_id);
9803: write_message( 'Resp app short name = ' || fnd_global.application_short_name);
9804: write_message( 'Resp app id = ' || fnd_global.resp_appl_id);
9805:
9806:

Line 9803: write_message( 'Resp app short name = ' || fnd_global.application_short_name);

9799: write_message( 'User name = ' || fnd_global.user_name);
9800: write_message( 'User id = ' || fnd_global.user_id);
9801: write_message( 'Resp name = ' || fnd_global.resp_name);
9802: write_message( 'Resp id = ' || fnd_global.resp_id);
9803: write_message( 'Resp app short name = ' || fnd_global.application_short_name);
9804: write_message( 'Resp app id = ' || fnd_global.resp_appl_id);
9805:
9806:
9807: ----------------------------

Line 9804: write_message( 'Resp app id = ' || fnd_global.resp_appl_id);

9800: write_message( 'User id = ' || fnd_global.user_id);
9801: write_message( 'Resp name = ' || fnd_global.resp_name);
9802: write_message( 'Resp id = ' || fnd_global.resp_id);
9803: write_message( 'Resp app short name = ' || fnd_global.application_short_name);
9804: write_message( 'Resp app id = ' || fnd_global.resp_appl_id);
9805:
9806:
9807: ----------------------------
9808: -- Open the file to process