DBA Data[Home] [Help]

APPS.CN_PAYMENT_WORKSHEET_PVT dependencies on FND_REQUEST

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

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