DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on JTF_USR_HKS

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

2895: AHL_DEBUG_PUB.enable_debug;
2896: END IF;
2897:
2898: -- User Hooks
2899: IF (JTF_USR_HKS.Ok_to_execute('AHL_PRD_WORKORDER_PVT', 'CREATE_JOB', 'B', 'C' )) then
2900: ahl_prd_workorder_CUHK.create_job_pre(
2901: p_prd_workorder_rec => p_x_prd_workorder_rec,
2902: x_msg_count => l_msg_count,
2903: x_msg_data => l_msg_data,

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

3268: COMMIT;
3269: END IF;
3270:
3271: -- User Hooks
3272: IF (JTF_USR_HKS.Ok_to_execute('AHL_PRD_WORKORDER_PVT', 'CREATE_JOB', 'A', 'C' )) then
3273: ahl_prd_workorder_CUHK.create_job_post(
3274: p_prd_workorder_rec => p_x_prd_workorder_rec,
3275: p_operation_tbl => x_operation_tbl ,
3276: p_resource_tbl => x_resource_tbl,

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

3575: END IF;*/
3576: G_CALLED_FROM := p_module_type;
3577:
3578: -- User Hooks
3579: IF (JTF_USR_HKS.Ok_to_execute('AHL_PRD_WORKORDER_PVT', 'UPDATE_JOB', 'B', 'C' )) THEN
3580: ahl_prd_workorder_CUHK.update_job_pre(
3581: p_prd_workorder_rec => p_x_prd_workorder_rec,
3582: p_prd_workoper_tbl => p_x_prd_workoper_tbl,
3583: x_msg_count => l_msg_count,

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

4442: COMMIT;
4443: END IF;
4444:
4445: -- User Hooks
4446: IF (JTF_USR_HKS.Ok_to_execute('AHL_PRD_WORKORDER_PVT', 'UPDATE_JOB', 'A', 'C' )) THEN
4447:
4448: ahl_prd_workorder_CUHK.update_job_post(
4449: p_prd_workorder_rec => p_x_prd_workorder_rec,
4450: p_prd_workoper_tbl => p_x_prd_workoper_tbl,