DBA Data[Home] [Help]

APPS.QLTTRAMB dependencies on FND_GLOBAL

Line 9: who_user_id constant number := fnd_global.conc_login_id;

5:
6: --
7: -- Standard who columns.
8: --
9: who_user_id constant number := fnd_global.conc_login_id;
10: who_request_id constant number := fnd_global.conc_request_id;
11: who_program_id constant number := fnd_global.conc_program_id;
12: who_program_application_id constant number := fnd_global.prog_appl_id;
13: who_creation_date constant date := qltdate.get_sysdate;

Line 10: who_request_id constant number := fnd_global.conc_request_id;

6: --
7: -- Standard who columns.
8: --
9: who_user_id constant number := fnd_global.conc_login_id;
10: who_request_id constant number := fnd_global.conc_request_id;
11: who_program_id constant number := fnd_global.conc_program_id;
12: who_program_application_id constant number := fnd_global.prog_appl_id;
13: who_creation_date constant date := qltdate.get_sysdate;
14: who_created_by number;

Line 11: who_program_id constant number := fnd_global.conc_program_id;

7: -- Standard who columns.
8: --
9: who_user_id constant number := fnd_global.conc_login_id;
10: who_request_id constant number := fnd_global.conc_request_id;
11: who_program_id constant number := fnd_global.conc_program_id;
12: who_program_application_id constant number := fnd_global.prog_appl_id;
13: who_creation_date constant date := qltdate.get_sysdate;
14: who_created_by number;
15: who_last_update_login number;

Line 12: who_program_application_id constant number := fnd_global.prog_appl_id;

8: --
9: who_user_id constant number := fnd_global.conc_login_id;
10: who_request_id constant number := fnd_global.conc_request_id;
11: who_program_id constant number := fnd_global.conc_program_id;
12: who_program_application_id constant number := fnd_global.prog_appl_id;
13: who_creation_date constant date := qltdate.get_sysdate;
14: who_created_by number;
15: who_last_update_login number;
16: