DBA Data[Home] [Help]

APPS.CN_PMT_TRANS_PVT dependencies on FND_REQUEST

Line 1928: fnd_request.set_org_id(p_rec.org_id);

1924:
1925: IF p_rec.p_action IN (CN_PMT_TRANS_PVT.G_HOLD_ALL, CN_PMT_TRANS_PVT.G_RELEASE_ALL) THEN
1926:
1927: -- init the org_id
1928: fnd_request.set_org_id(p_rec.org_id);
1929:
1930: --- create the request
1931: l_request_id := fnd_request.submit_request(
1932: application => 'CN'

Line 1931: l_request_id := fnd_request.submit_request(

1927: -- init the org_id
1928: fnd_request.set_org_id(p_rec.org_id);
1929:
1930: --- create the request
1931: l_request_id := fnd_request.submit_request(
1932: application => 'CN'
1933: ,program => 'PROCESS_PMT_TRANSACTIONS'
1934: ,description => 'Process Payment Transactions'
1935: ,start_time => NULL