DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_PRD_WORKORDER_CUHK

Line 2900: ahl_prd_workorder_CUHK.create_job_pre(

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,
2904: x_return_status => l_return_status);

Line 3273: ahl_prd_workorder_CUHK.create_job_post(

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,
3277: p_material_tbl => x_material_tbl,

Line 3580: ahl_prd_workorder_CUHK.update_job_pre(

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,
3584: x_msg_data => l_msg_data,

Line 4448: ahl_prd_workorder_CUHK.update_job_post(

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,
4451: x_msg_count => l_msg_count,
4452: x_msg_data => l_msg_data,