DBA Data[Home] [Help]

APPS.QLTTRAWB dependencies on FND_GLOBAL

Line 9: who_program_id number := fnd_global.conc_program_id;

5:
6: --
7: -- Standard who columns.
8: --
9: who_program_id number := fnd_global.conc_program_id;
10: who_program_application_id number := fnd_global.prog_appl_id;
11: who_created_by number;
12: who_last_update_login number;
13: who_user_id number;

Line 10: who_program_application_id number := fnd_global.prog_appl_id;

6: --
7: -- Standard who columns.
8: --
9: who_program_id number := fnd_global.conc_program_id;
10: who_program_application_id number := fnd_global.prog_appl_id;
11: who_created_by number;
12: who_last_update_login number;
13: who_user_id number;
14:

Line 19: who_request_id number := fnd_global.conc_request_id;

15: --
16: -- A rather unusual situation, we will use the request id of the
17: -- parent (import manager). This will be set in the wrapper.
18: --
19: who_request_id number := fnd_global.conc_request_id;
20:
21: TYPE NUMBER_TABLE IS TABLE OF NUMBER INDEX BY BINARY_INTEGER;
22: TYPE CHAR30_TABLE IS TABLE OF VARCHAR2(30) INDEX BY BINARY_INTEGER;
23: TYPE CHAR150_TABLE IS TABLE OF VARCHAR2(150) INDEX BY BINARY_INTEGER;