DBA Data[Home] [Help]

APPS.XTR_EFT_SCRIPT_P dependencies on FND_GLOBAL

Line 154: last_run_by = fnd_global.user_id,

150:
151: update XTR_SETTLEMENT_SCRIPTS
152: set run_requested_on = trunc(sysdate),
153: last_run_on = trunc(sysdate),
154: last_run_by = fnd_global.user_id,
155: last_file_created = l_file_name
156: where script_name = l_script_name
157: and script_type = 'SCRIPT'
158: and company_code = l_company;

Line 500: last_run_by = fnd_global.user_id,

496: set run_requested_on = null,
497: only_new_transactions = null,
498: --RV 2305918 last_run_on = to_date(settlement_date,'DD-MON-RR'),
499: last_run_on = trunc(settlement_date),
500: last_run_by = fnd_global.user_id,
501: last_file_created = l_file_name
502: where substr(script_name,1,4) = l_eft_script_name
503: and script_type = 'SCRIPT';
504: --