DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on EAM_WORKORDER_UTIL_PKG

Line 1179: EAM_WORKORDER_UTIL_PKG.CK_MATERIAL_ALLOC_ON_HOLD(X_Org_Id => p_eam_wo_rec.organization_id,

1175:
1176: IF ( p_eam_wo_rec.status_type = WIP_CONSTANTS.RELEASED
1177: and p_old_eam_wo_rec.status_type = WIP_CONSTANTS.RELEASED )
1178: THEN
1179: EAM_WORKORDER_UTIL_PKG.CK_MATERIAL_ALLOC_ON_HOLD(X_Org_Id => p_eam_wo_rec.organization_id,
1180: X_Wip_Id => p_eam_wo_rec.wip_entity_id,
1181: X_Rep_Id => -1,
1182: X_Line_Id => -1,
1183: X_Ent_Type=> 6,

Line 1356: EAM_WORKORDER_UTIL_PKG.CK_MATERIAL_ALLOC_ON_HOLD(X_Org_Id => p_eam_wo_rec.organization_id,

1352:
1353: IF ( p_eam_wo_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_UPDATE
1354: AND p_old_eam_wo_rec.parent_wip_entity_id <> p_eam_wo_rec.parent_wip_entity_id )
1355: THEN
1356: EAM_WORKORDER_UTIL_PKG.CK_MATERIAL_ALLOC_ON_HOLD(X_Org_Id => p_eam_wo_rec.organization_id,
1357: X_Wip_Id => p_eam_wo_rec.wip_entity_id,
1358: X_Rep_Id => -1,
1359: X_Line_Id => -1,
1360: X_Ent_Type=> 6,

Line 2513: EAM_WORKORDER_UTIL_PKG.CK_MATERIAL_ALLOC_ON_HOLD(X_Org_Id => p_eam_wo_rec.organization_id,

2509:
2510: -- bug no 3905702
2511: if p_old_eam_wo_rec.class_code <> p_eam_wo_rec.class_code then
2512:
2513: EAM_WORKORDER_UTIL_PKG.CK_MATERIAL_ALLOC_ON_HOLD(X_Org_Id => p_eam_wo_rec.organization_id,
2514: X_Wip_Id => p_eam_wo_rec.wip_entity_id,
2515: X_Rep_Id => -1,
2516: X_Line_Id => -1,
2517: X_Ent_Type=> 6,

Line 3290: EAM_WORKORDER_UTIL_PKG.CK_MATERIAL_ALLOC_ON_HOLD(X_Org_Id => p_eam_wo_rec.organization_id,

3286: END IF;
3287:
3288: if ((p_eam_wo_rec.status_type = WIP_CONSTANTS.HOLD) OR (p_eam_wo_rec.status_type=WIP_CONSTANTS.RELEASED and p_old_eam_wo_rec.status_type=WIP_CONSTANTS.HOLD)) then /*Bug no 3476156*/
3289: -- If material allocation has been done then raise error
3290: EAM_WORKORDER_UTIL_PKG.CK_MATERIAL_ALLOC_ON_HOLD(X_Org_Id => p_eam_wo_rec.organization_id,
3291: X_Wip_Id => p_eam_wo_rec.wip_entity_id,
3292: X_Rep_Id => -1,
3293: X_Line_Id => -1,
3294: X_Ent_Type=> 6 ,