DBA Data[Home] [Help]

APPS.XTR_AUDIT dependencies on FND_GLOBAL

Line 41: XTR_AUDIT_RETRIEVE( to_char(fnd_global.user_id),

37:
38: FOR event_cur in AUDIT_EVENTS LOOP
39: --dbms_output.put_line('event = '|| event_cur.EVENT);
40: if event_cur.EVENT <> 'TERM DEPOSIT/ADVANCE ADJUSTMENTS' then
41: XTR_AUDIT_RETRIEVE( to_char(fnd_global.user_id),
42: audit_requestion_id,
43: event_cur.EVENT,
44: l_date_from,
45: l_date_to );