DBA Data[Home] [Help]

APPS.OKC_XPRT_IMPORT_PVT dependencies on FND_CONCURRENT

Line 1075: x_cz_cp_status := fnd_concurrent.get_request_status

1071: OPEN csr_get_child_req_dtls;
1072: FETCH csr_get_child_req_dtls INTO G_REQUEST_ID, G_RUN_ID;
1073: CLOSE csr_get_child_req_dtls;
1074:
1075: x_cz_cp_status := fnd_concurrent.get_request_status
1076: (G_REQUEST_ID,
1077: NULL,
1078: NULL,
1079: x_phase,

Line 1941: x_cz_cp_status := fnd_concurrent.get_request_status

1937: OPEN csr_get_child_req_dtls;
1938: FETCH csr_get_child_req_dtls INTO G_REQUEST_ID, G_RUN_ID;
1939: CLOSE csr_get_child_req_dtls;
1940:
1941: x_cz_cp_status := fnd_concurrent.get_request_status
1942: (G_REQUEST_ID,
1943: NULL,
1944: NULL,
1945: x_phase,

Line 2900: x_cz_cp_status := fnd_concurrent.get_request_status

2896: OPEN csr_get_child_req_dtls;
2897: FETCH csr_get_child_req_dtls INTO G_REQUEST_ID, G_RUN_ID;
2898: CLOSE csr_get_child_req_dtls;
2899:
2900: x_cz_cp_status := fnd_concurrent.get_request_status
2901: (G_REQUEST_ID,
2902: NULL,
2903: NULL,
2904: x_phase,