DBA Data[Home] [Help]

APPS.PAY_BALANCE_FEED_DEL_PKG dependencies on FND_GLOBAL

Line 608: if (nvl(fnd_global.conc_request_id, -1) < 0) then

604:
605:
606: if (submit_req = TRUE) then
607:
608: if (nvl(fnd_global.conc_request_id, -1) < 0) then
609: raise_application_error(-20001, 'SUBMIT_SUBREQUESTS() must be called from a concurrent request');
610: end if;
611:
612: -- Standard call to check for call compatibility

Line 669: X_Argument7 => fnd_global.conc_request_id,

665: X_Num_Workers=>lv_Num_Workers,
666: X_Argument4 => p_cursor,
667: X_Argument5 => p_balance_type_id,
668: X_Argument6 => p_input_value_id,
669: X_Argument7 => fnd_global.conc_request_id,
670: X_Argument8 => null,
671: X_Argument9 => null,
672: X_Argument10 => null);
673:

Line 690: l_sub_reqtab := fnd_concurrent.get_sub_requests(fnd_global.conc_request_id);

686: end;
687: end if;
688: else
689:
690: l_sub_reqtab := fnd_concurrent.get_sub_requests(fnd_global.conc_request_id);
691:
692: x_retcode := FND_API.G_RET_STS_SUCCESS;
693:
694: for i IN 1..l_sub_reqtab.COUNT()