DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on EAM_WORKORDER_UTIL_PKG

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

1095:
1096: IF ( p_eam_wo_rec.status_type = WIP_CONSTANTS.RELEASED
1097: and p_old_eam_wo_rec.status_type = WIP_CONSTANTS.RELEASED )
1098: THEN
1099: EAM_WORKORDER_UTIL_PKG.CK_MATERIAL_ALLOC_ON_HOLD(X_Org_Id => p_eam_wo_rec.organization_id,
1100: X_Wip_Id => p_eam_wo_rec.wip_entity_id,
1101: X_Rep_Id => -1,
1102: X_Line_Id => -1,
1103: X_Ent_Type=> 6,

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

1272:
1273: IF ( p_eam_wo_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_UPDATE
1274: AND p_old_eam_wo_rec.parent_wip_entity_id <> p_eam_wo_rec.parent_wip_entity_id )
1275: THEN
1276: EAM_WORKORDER_UTIL_PKG.CK_MATERIAL_ALLOC_ON_HOLD(X_Org_Id => p_eam_wo_rec.organization_id,
1277: X_Wip_Id => p_eam_wo_rec.wip_entity_id,
1278: X_Rep_Id => -1,
1279: X_Line_Id => -1,
1280: X_Ent_Type=> 6,

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

2429:
2430: -- bug no 3905702
2431: if p_old_eam_wo_rec.class_code <> p_eam_wo_rec.class_code then
2432:
2433: EAM_WORKORDER_UTIL_PKG.CK_MATERIAL_ALLOC_ON_HOLD(X_Org_Id => p_eam_wo_rec.organization_id,
2434: X_Wip_Id => p_eam_wo_rec.wip_entity_id,
2435: X_Rep_Id => -1,
2436: X_Line_Id => -1,
2437: X_Ent_Type=> 6,

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

3190: END IF;
3191:
3192: 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*/
3193: -- If material allocation has been done then raise error
3194: EAM_WORKORDER_UTIL_PKG.CK_MATERIAL_ALLOC_ON_HOLD(X_Org_Id => p_eam_wo_rec.organization_id,
3195: X_Wip_Id => p_eam_wo_rec.wip_entity_id,
3196: X_Rep_Id => -1,
3197: X_Line_Id => -1,
3198: X_Ent_Type=> 6 ,