DBA Data[Home] [Help]

APPS.OKC_XPRT_IMPORT_PVT dependencies on FND_CONCURRENT

Line 662: x_cz_cp_status := fnd_concurrent.get_request_status

658: OPEN csr_get_child_req_dtls;
659: FETCH csr_get_child_req_dtls INTO G_REQUEST_ID, G_RUN_ID;
660: CLOSE csr_get_child_req_dtls;
661:
662: x_cz_cp_status := fnd_concurrent.get_request_status
663: (G_REQUEST_ID,
664: NULL,
665: NULL,
666: x_phase,

Line 1323: x_cz_cp_status := fnd_concurrent.get_request_status

1319: OPEN csr_get_child_req_dtls;
1320: FETCH csr_get_child_req_dtls INTO G_REQUEST_ID, G_RUN_ID;
1321: CLOSE csr_get_child_req_dtls;
1322:
1323: x_cz_cp_status := fnd_concurrent.get_request_status
1324: (G_REQUEST_ID,
1325: NULL,
1326: NULL,
1327: x_phase,

Line 2164: x_cz_cp_status := fnd_concurrent.get_request_status

2160: OPEN csr_get_child_req_dtls;
2161: FETCH csr_get_child_req_dtls INTO G_REQUEST_ID, G_RUN_ID;
2162: CLOSE csr_get_child_req_dtls;
2163:
2164: x_cz_cp_status := fnd_concurrent.get_request_status
2165: (G_REQUEST_ID,
2166: NULL,
2167: NULL,
2168: x_phase,