DBA Data[Home] [Help]

APPS.EAM_MAT_REQ_VALIDATE_PVT dependencies on EAM_MATERIAL_ALLOCQTY_PKG

Line 578: l_allocated := EAM_MATERIAL_ALLOCQTY_PKG.allocated_quantity(

574: WHERE inventory_item_id = p_eam_mat_req_rec.inventory_item_id
575: AND organization_id = p_eam_mat_req_rec.organization_id;
576:
577: IF(p_eam_mat_req_rec.transaction_type in (EAM_PROCESS_WO_PVT.G_OPR_DELETE, EAM_PROCESS_WO_PVT.G_OPR_UPDATE)) THEN
578: l_allocated := EAM_MATERIAL_ALLOCQTY_PKG.allocated_quantity(
579: p_eam_mat_req_rec.wip_entity_id,
580: p_eam_mat_req_rec.operation_seq_num,
581: p_eam_mat_req_rec.organization_id,
582: p_eam_mat_req_rec.inventory_item_id);