DBA Data[Home] [Help]

APPS.FNDCP_TMSRV dependencies on FND_GLOBAL

Line 46: userenv('SESSIONID'), fnd_global.user_id, fnd_global.login_id,

42: concurrent_queue_id, time_in_number,
43: source_type
44: )
45: select
46: userenv('SESSIONID'), fnd_global.user_id, fnd_global.login_id,
47: sysdate, function_name, action_name, substr(message_text, 1, 480),
48: fnd_global.resp_appl_id, fnd_global.resp_id,
49: fnd_global.security_group_id, P_REQUEST_ID, P_CONC_QUEUE_ID,
50: dbms_utility.get_time, s_type

Line 48: fnd_global.resp_appl_id, fnd_global.resp_id,

44: )
45: select
46: userenv('SESSIONID'), fnd_global.user_id, fnd_global.login_id,
47: sysdate, function_name, action_name, substr(message_text, 1, 480),
48: fnd_global.resp_appl_id, fnd_global.resp_id,
49: fnd_global.security_group_id, P_REQUEST_ID, P_CONC_QUEUE_ID,
50: dbms_utility.get_time, s_type
51: from sys.dual;
52:

Line 49: fnd_global.security_group_id, P_REQUEST_ID, P_CONC_QUEUE_ID,

45: select
46: userenv('SESSIONID'), fnd_global.user_id, fnd_global.login_id,
47: sysdate, function_name, action_name, substr(message_text, 1, 480),
48: fnd_global.resp_appl_id, fnd_global.resp_id,
49: fnd_global.security_group_id, P_REQUEST_ID, P_CONC_QUEUE_ID,
50: dbms_utility.get_time, s_type
51: from sys.dual;
52:
53: commit;