DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on JTF_USR_HKS

Line 3862: IF (JTF_USR_HKS.Ok_to_execute('AHL_PRD_WORKORDER_PVT', 'CREATE_JOB', 'B', 'C' )) then

3858: AHL_DEBUG_PUB.enable_debug;
3859: END IF;
3860:
3861: -- User Hooks
3862: IF (JTF_USR_HKS.Ok_to_execute('AHL_PRD_WORKORDER_PVT', 'CREATE_JOB', 'B', 'C' )) then
3863: ahl_prd_workorder_CUHK.create_job_pre(
3864: p_prd_workorder_rec => p_x_prd_workorder_rec,
3865: x_msg_count => l_msg_count,
3866: x_msg_data => l_msg_data,

Line 4317: IF (JTF_USR_HKS.Ok_to_execute('AHL_PRD_WORKORDER_PVT', 'CREATE_JOB', 'A', 'C' )) then

4313: COMMIT;
4314: END IF;
4315:
4316: -- User Hooks
4317: IF (JTF_USR_HKS.Ok_to_execute('AHL_PRD_WORKORDER_PVT', 'CREATE_JOB', 'A', 'C' )) then
4318: ahl_prd_workorder_CUHK.create_job_post(
4319: p_prd_workorder_rec => p_x_prd_workorder_rec,
4320: p_operation_tbl => x_operation_tbl ,
4321: p_resource_tbl => x_resource_tbl,

Line 4810: IF (JTF_USR_HKS.Ok_to_execute('AHL_PRD_WORKORDER_PVT', 'UPDATE_JOB', 'B', 'C' )) THEN

4806: END IF;*/
4807: G_CALLED_FROM := p_module_type;
4808: AHL_DEBUG_PUB.debug( FND_MSG_PUB.count_msg || ' skp1 FND_MSG_PUB.count_msg= '||FND_MSG_PUB.count_msg );
4809: -- User Hooks
4810: IF (JTF_USR_HKS.Ok_to_execute('AHL_PRD_WORKORDER_PVT', 'UPDATE_JOB', 'B', 'C' )) THEN
4811: AHL_DEBUG_PUB.debug( FND_MSG_PUB.count_msg || ' skp2 FND_MSG_PUB.count_msg= '||FND_MSG_PUB.count_msg );
4812: ahl_prd_workorder_CUHK.update_job_pre(
4813: p_prd_workorder_rec => p_x_prd_workorder_rec,
4814: p_prd_workoper_tbl => p_x_prd_workoper_tbl,

Line 6210: IF (JTF_USR_HKS.Ok_to_execute('AHL_PRD_WORKORDER_PVT', 'UPDATE_JOB', 'A', 'C' )) THEN

6206: COMMIT;
6207: END IF;
6208:
6209: -- User Hooks
6210: IF (JTF_USR_HKS.Ok_to_execute('AHL_PRD_WORKORDER_PVT', 'UPDATE_JOB', 'A', 'C' )) THEN
6211:
6212: ahl_prd_workorder_CUHK.update_job_post(
6213: p_prd_workorder_rec => p_x_prd_workorder_rec,
6214: p_prd_workoper_tbl => p_x_prd_workoper_tbl,

Line 11408: IF (JTF_USR_HKS.Ok_to_execute('AHL_PRD_WORKORDER_PVT', 'UPDATE_JOB', 'B', 'C' )) THEN

11404: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
11405: END IF;
11406:
11407: -- User Hooks
11408: IF (JTF_USR_HKS.Ok_to_execute('AHL_PRD_WORKORDER_PVT', 'UPDATE_JOB', 'B', 'C' )) THEN
11409: ahl_prd_workorder_CUHK.update_job_pre(
11410: p_prd_workorder_rec => p_x_prd_workorder_rec,
11411: p_prd_workoper_tbl => l_prd_workoper_tbl,
11412: x_msg_count => l_msg_count,

Line 11568: IF (JTF_USR_HKS.Ok_to_execute('AHL_PRD_WORKORDER_PVT', 'UPDATE_JOB', 'A', 'C' )) THEN

11564: END IF;
11565:
11566:
11567: -- User Hooks
11568: IF (JTF_USR_HKS.Ok_to_execute('AHL_PRD_WORKORDER_PVT', 'UPDATE_JOB', 'A', 'C' )) THEN
11569:
11570: ahl_prd_workorder_CUHK.update_job_post(
11571: p_prd_workorder_rec => p_x_prd_workorder_rec,
11572: p_prd_workoper_tbl => l_prd_workoper_tbl,