DBA Data[Home] [Help]

APPS.PAY_PRG_PROCESS_EVENTS dependencies on FND_CONC_GLOBAL

Line 105: req_data := fnd_conc_global.request_data;

101: l_program_name := 'PAYPRGEVT';
102: l_reqid_count := 0;
103: lv_no_periods := TRUE;
104:
105: req_data := fnd_conc_global.request_data;
106:
107: if (req_data is null) then
108: submit_req := TRUE;
109: else