DBA Data[Home] [Help]

APPS.CSD_BULK_RECEIVE_PVT dependencies on FND_CONC_GLOBAL

Line 208: l_req_data := fnd_conc_global.request_data;

204: -- then exit immediately - Child Request submission changes, subhat.
205: -- before exiting, we also need to make sure that the child request is offcourse completed,
206: -- and then need to run the post receive steps.
207:
208: l_req_data := fnd_conc_global.request_data;
209:
210: if l_req_data is not null then
211: x := to_number(l_req_data);
212: if x > 0 then

Line 1705: if fnd_conc_global.request_data is null then

1701: -- post 12.1.2. Thus commenting.
1702: -- bug#8968918, subhat.
1703: -- when this is commented out, if the repair order was created in draft status, the output
1704: -- is not written. Uncommenting the earlier commented code.
1705: if fnd_conc_global.request_data is null then
1706: csd_bulk_receive_util.write_to_conc_output
1707: ( p_transaction_number => p_transaction_number);
1708: end if;
1709: retcode := c_success;