DBA Data[Home] [Help]

APPS.ECE_AP_PAYMENT dependencies on FND_GLOBAL

Line 68: IF fnd_global.conc_request_id IS NOT NULL THEN

64:
65: xProgress := 'PYO-10-1004';
66:
67: -- Derive output filename
68: IF fnd_global.conc_request_id IS NOT NULL THEN
69: i_file_id := fnd_global.conc_request_id;
70: ELSE
71: BEGIN
72: select ece_output_runs_s.NEXTVAL INTO i_file_id

Line 69: i_file_id := fnd_global.conc_request_id;

65: xProgress := 'PYO-10-1004';
66:
67: -- Derive output filename
68: IF fnd_global.conc_request_id IS NOT NULL THEN
69: i_file_id := fnd_global.conc_request_id;
70: ELSE
71: BEGIN
72: select ece_output_runs_s.NEXTVAL INTO i_file_id
73: FROM DUAL;