DBA Data[Home] [Help]

APPS.QA_BIS dependencies on FND_GLOBAL

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

75:
76: --
77: -- Standard who columns.
78: --
79: who_user_id constant number := fnd_global.conc_login_id;
80: who_request_id constant number := fnd_global.conc_request_id;
81: who_last_update_login constant number := fnd_global.conc_login_id;
82: who_program_id constant number := fnd_global.conc_program_id;
83: who_program_application_id constant number := fnd_global.prog_appl_id;

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

76: --
77: -- Standard who columns.
78: --
79: who_user_id constant number := fnd_global.conc_login_id;
80: who_request_id constant number := fnd_global.conc_request_id;
81: who_last_update_login constant number := fnd_global.conc_login_id;
82: who_program_id constant number := fnd_global.conc_program_id;
83: who_program_application_id constant number := fnd_global.prog_appl_id;
84:

Line 81: who_last_update_login constant number := fnd_global.conc_login_id;

77: -- Standard who columns.
78: --
79: who_user_id constant number := fnd_global.conc_login_id;
80: who_request_id constant number := fnd_global.conc_request_id;
81: who_last_update_login constant number := fnd_global.conc_login_id;
82: who_program_id constant number := fnd_global.conc_program_id;
83: who_program_application_id constant number := fnd_global.prog_appl_id;
84:
85: --

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

78: --
79: who_user_id constant number := fnd_global.conc_login_id;
80: who_request_id constant number := fnd_global.conc_request_id;
81: who_last_update_login constant number := fnd_global.conc_login_id;
82: who_program_id constant number := fnd_global.conc_program_id;
83: who_program_application_id constant number := fnd_global.prog_appl_id;
84:
85: --
86: -- schema information for DDL

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

79: who_user_id constant number := fnd_global.conc_login_id;
80: who_request_id constant number := fnd_global.conc_request_id;
81: who_last_update_login constant number := fnd_global.conc_login_id;
82: who_program_id constant number := fnd_global.conc_program_id;
83: who_program_application_id constant number := fnd_global.prog_appl_id;
84:
85: --
86: -- schema information for DDL
87: --