DBA Data[Home] [Help]

APPS.BIX_EMAILS_LOAD_PKG dependencies on FND_GLOBAL

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

81: write_log('Start of the procedure init at : ' || to_char(sysdate, 'mm/dd/yyyy hh24:mi:ss'));
82:
83: write_log('Initializing global variables');
84:
85: g_request_id := FND_GLOBAL.CONC_REQUEST_ID();
86: g_program_appl_id := FND_GLOBAL.PROG_APPL_ID();
87: g_program_id := FND_GLOBAL.CONC_PROGRAM_ID();
88: g_user_id := FND_GLOBAL.USER_ID();
89: g_sysdate := SYSDATE;

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

82:
83: write_log('Initializing global variables');
84:
85: g_request_id := FND_GLOBAL.CONC_REQUEST_ID();
86: g_program_appl_id := FND_GLOBAL.PROG_APPL_ID();
87: g_program_id := FND_GLOBAL.CONC_PROGRAM_ID();
88: g_user_id := FND_GLOBAL.USER_ID();
89: g_sysdate := SYSDATE;
90: g_commit_chunk_size := 10000;

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

83: write_log('Initializing global variables');
84:
85: g_request_id := FND_GLOBAL.CONC_REQUEST_ID();
86: g_program_appl_id := FND_GLOBAL.PROG_APPL_ID();
87: g_program_id := FND_GLOBAL.CONC_PROGRAM_ID();
88: g_user_id := FND_GLOBAL.USER_ID();
89: g_sysdate := SYSDATE;
90: g_commit_chunk_size := 10000;
91: g_rows_ins_upd := 0;

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

84:
85: g_request_id := FND_GLOBAL.CONC_REQUEST_ID();
86: g_program_appl_id := FND_GLOBAL.PROG_APPL_ID();
87: g_program_id := FND_GLOBAL.CONC_PROGRAM_ID();
88: g_user_id := FND_GLOBAL.USER_ID();
89: g_sysdate := SYSDATE;
90: g_commit_chunk_size := 10000;
91: g_rows_ins_upd := 0;
92: