[Home] [Help]
2100: , x_physical_batch_id NUMBER
2101: , x_request_id IN OUT NOCOPY NUMBER
2102: ) IS
2103: BEGIN
2104: fnd_request.set_org_id(g_org_id);
2105: x_request_id :=
2106: fnd_request.submit_request(
2107: application => 'CN'
2108: , program => x_conc_program
2102: ) IS
2103: BEGIN
2104: fnd_request.set_org_id(g_org_id);
2105: x_request_id :=
2106: fnd_request.submit_request(
2107: application => 'CN'
2108: , program => x_conc_program
2109: , description => NULL
2110: , start_time => NULL
4164:
4165: -- Mark the processed batches for deletion
4166: void_batches(NULL);
4167: ELSE
4168: fnd_request.set_org_id(g_org_id);
4169: l_request_id :=
4170: fnd_request.submit_request(
4171: application => 'CN'
4172: , program => 'BATCH_PROCESSOR'
4166: void_batches(NULL);
4167: ELSE
4168: fnd_request.set_org_id(g_org_id);
4169: l_request_id :=
4170: fnd_request.submit_request(
4171: application => 'CN'
4172: , program => 'BATCH_PROCESSOR'
4173: , description => NULL
4174: , start_time => NULL