DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_COPY_GRP dependencies on FND_REQUEST

Line 666: --return value of FND_REQUEST.submit_request.

662: l_is_super_large_auction VARCHAR2(1);
663:
664: --This variable is used to store the id of the concurrent request that is
665: --submitted for copying super large auctions. This is initialised to the
666: --return value of FND_REQUEST.submit_request.
667: l_request_id NUMBER := -1;
668:
669: --This variable is initialised to the destination auction header id,
670: --p_large_auction_header_id, for valid value of it.

Line 1117: l_request_id := FND_REQUEST.submit_request(

1113: if (l_is_super_large_auction = 'Y') then
1114:
1115: LOG_MESSAGE('copy_negotiation','Trying to submit a concurrent request ');
1116:
1117: l_request_id := FND_REQUEST.submit_request(
1118: application => 'PON',
1119: program => 'PON_COPY_NEGOTIATIONS',
1120: description => null,
1121: start_time => null,