DBA Data[Home] [Help]

APPS.CN_PAYMENT_WORKSHEET_PVT dependencies on FND_REQUEST

Line 116: x_request_id := fnd_request.submit_request(application => 'CN',

112: ) IS
113: BEGIN
114: fnd_file.put_line(fnd_file.log, 'Conc_submit BatchId = ' || p_batch_id);
115:
116: x_request_id := fnd_request.submit_request(application => 'CN',
117: program => p_conc_program,
118: description => p_description,
119: argument1 => p_batch_id,
120: argument2 => p_payrun_id,