DBA Data[Home] [Help]

APPS.GL_FLEX_INSERT_PKG dependencies on FND_GLOBAL

Line 247: /* FND_GLOBAL */

243: /* from the Stack. */
244: /* */
245: /* External Packages which are being invoked include : */
246: /* */
247: /* FND_GLOBAL */
248: /* FND_PROFILE */
249: /* FND_INSTALLATION */
250: /* FND_MESSAGE */
251: /* */

Line 716: -- FND_GLOBAL : Setup User ID, Login ID, Responsibility ID

712:
713:
714: -- Called Routines :
715:
716: -- FND_GLOBAL : Setup User ID, Login ID, Responsibility ID
717:
718: -- message_token : Add Token and Value to the Message Token array
719:
720: -- add_message : Define a Message Token with a Value and set the Message Name

Line 781: user_id := FND_GLOBAL.USER_ID;

777: psa_utils.debug_other_string(g_state_level,l_full_path,' START glfini ');
778: -- ========================= FND LOG ===========================
779:
780: -- Setup User ID
781: user_id := FND_GLOBAL.USER_ID;
782:
783: -- ========================= FND LOG ===========================
784: psa_utils.debug_other_string(g_state_level,l_full_path,' user_id -> ' || user_id);
785: -- ========================= FND LOG ===========================

Line 794: login_id := FND_GLOBAL.LOGIN_ID;

790: -- goto return_invalid;
791: end if;
792:
793: -- Setup Login ID
794: login_id := FND_GLOBAL.LOGIN_ID;
795:
796: -- ========================= FND LOG ===========================
797: psa_utils.debug_other_string(g_state_level,l_full_path,' login_id -> ' || login_id);
798: -- ========================= FND LOG ===========================

Line 811: user_resp_id := FND_GLOBAL.RESP_ID;

807: psa_utils.debug_other_string(g_state_level,l_full_path,' user_resp_id -> ' || user_resp_id);
808: -- ========================= FND LOG ===========================
809:
810: -- Setup Responsibility ID
811: user_resp_id := FND_GLOBAL.RESP_ID;
812:
813: if user_resp_id = -1 then
814: message_token('ROUTINE', 'FDFGLI');
815: add_message('FND', 'FLEX-CANNOT FIND RESP_ID PROF');

Line 1001: dep_appl_id := FND_GLOBAL.RESP_APPL_ID;

997: -- ========================= FND LOG ===========================
998:
999: -- Get Product Installation info by Application ID (101 for SQLGL)
1000:
1001: dep_appl_id := FND_GLOBAL.RESP_APPL_ID;
1002:
1003: if dep_appl_id = -1 then
1004: dep_appl_id := 101;
1005: end if;