DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_COPY_GRP dependencies on FND_REQUEST

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

705: l_is_super_large_auction VARCHAR2(1);
706:
707: --This variable is used to store the id of the concurrent request that is
708: --submitted for copying super large auctions. This is initialised to the
709: --return value of FND_REQUEST.submit_request.
710: l_request_id NUMBER := -1;
711:
712: --This variable is initialised to the destination auction header id,
713: --p_large_auction_header_id, for valid value of it.

Line 1233: l_request_id := FND_REQUEST.submit_request(

1229: if (l_is_super_large_auction = 'Y' and l_is_conf_cpy_pub_flow = 'N') then
1230:
1231: LOG_MESSAGE('copy_negotiation','Trying to submit a concurrent request ');
1232:
1233: l_request_id := FND_REQUEST.submit_request(
1234: application => 'PON',
1235: program => 'PON_COPY_NEGOTIATIONS',
1236: description => null,
1237: start_time => null,

Line 1713: l_return_value := FND_REQUEST.SUBMIT_REQUEST (

1709: USERENV('LANG'),
1710: 'BUYER'
1711: );
1712:
1713: l_return_value := FND_REQUEST.SUBMIT_REQUEST (
1714: APPLICATION => 'PON',
1715: PROGRAM => 'PON_CLM_DOWNLOAD_PDF',
1716: DESCRIPTION => null,
1717: START_TIME => null,