DBA Data[Home] [Help]

APPS.CN_PROC_BATCHES_PKG dependencies on FND_REQUEST

Line 2104: fnd_request.set_org_id(g_org_id);

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

Line 2106: fnd_request.submit_request(

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

Line 4167: fnd_request.set_org_id(g_org_id);

4163:
4164: -- Mark the processed batches for deletion
4165: void_batches(NULL);
4166: ELSE
4167: fnd_request.set_org_id(g_org_id);
4168: l_request_id :=
4169: fnd_request.submit_request(
4170: application => 'CN'
4171: , program => 'BATCH_PROCESSOR'

Line 4169: fnd_request.submit_request(

4165: void_batches(NULL);
4166: ELSE
4167: fnd_request.set_org_id(g_org_id);
4168: l_request_id :=
4169: fnd_request.submit_request(
4170: application => 'CN'
4171: , program => 'BATCH_PROCESSOR'
4172: , description => NULL
4173: , start_time => NULL