DBA Data[Home] [Help]

APPS.PAY_BEE_SS dependencies on FND_REQUEST

Line 1215: l_request_id := fnd_request.submit_request (

1211: WHERE transaction_step_id in (select transaction_step_id from hr_api_transaction_steps where transaction_id =l_transaction_id)
1212: and name = 'P_BATCH_STATUS_FLAG';
1213:
1214: -- -- bee_trace('Entered call validate batch');
1215: l_request_id := fnd_request.submit_request (
1216: --
1217: 'PAY',
1218: 'PAYBEESSVALIDATE',
1219: null,

Line 1744: l_request_id := fnd_request.submit_request (

1740: where batch_name=l_batch_name;
1741:
1742: -- bee_trace('Batch id is '||l_batch_id);
1743:
1744: l_request_id := fnd_request.submit_request (
1745:
1746: 'PAY',
1747: 'PAYBEESSTRANSFER',
1748: null,