DBA Data[Home] [Help]

APPS.BIX_SESSION_LOAD_PKG dependencies on FND_GLOBAL

Line 74: g_request_id := FND_GLOBAL.CONC_REQUEST_ID();

70:
71: write_log('Start of the procedure init at : ' || to_char(sysdate, 'mm/dd/yyyy hh24:mi:ss'));
72:
73: write_log('Initializing global variables');
74: g_request_id := FND_GLOBAL.CONC_REQUEST_ID();
75: g_program_appl_id := FND_GLOBAL.PROG_APPL_ID();
76: g_program_id := FND_GLOBAL.CONC_PROGRAM_ID();
77: g_user_id := FND_GLOBAL.USER_ID();
78: g_sysdate := SYSDATE;

Line 75: g_program_appl_id := FND_GLOBAL.PROG_APPL_ID();

71: write_log('Start of the procedure init at : ' || to_char(sysdate, 'mm/dd/yyyy hh24:mi:ss'));
72:
73: write_log('Initializing global variables');
74: g_request_id := FND_GLOBAL.CONC_REQUEST_ID();
75: g_program_appl_id := FND_GLOBAL.PROG_APPL_ID();
76: g_program_id := FND_GLOBAL.CONC_PROGRAM_ID();
77: g_user_id := FND_GLOBAL.USER_ID();
78: g_sysdate := SYSDATE;
79: g_commit_chunk_size := 10000;

Line 76: g_program_id := FND_GLOBAL.CONC_PROGRAM_ID();

72:
73: write_log('Initializing global variables');
74: g_request_id := FND_GLOBAL.CONC_REQUEST_ID();
75: g_program_appl_id := FND_GLOBAL.PROG_APPL_ID();
76: g_program_id := FND_GLOBAL.CONC_PROGRAM_ID();
77: g_user_id := FND_GLOBAL.USER_ID();
78: g_sysdate := SYSDATE;
79: g_commit_chunk_size := 10000;
80: g_rows_ins_upd := 0;

Line 77: g_user_id := FND_GLOBAL.USER_ID();

73: write_log('Initializing global variables');
74: g_request_id := FND_GLOBAL.CONC_REQUEST_ID();
75: g_program_appl_id := FND_GLOBAL.PROG_APPL_ID();
76: g_program_id := FND_GLOBAL.CONC_PROGRAM_ID();
77: g_user_id := FND_GLOBAL.USER_ID();
78: g_sysdate := SYSDATE;
79: g_commit_chunk_size := 10000;
80: g_rows_ins_upd := 0;
81: g_agent_cost := 0;