DBA Data[Home] [Help]

APPS.EAM_OP_VALIDATE_PVT dependencies on EAM_MATERIAL_ALLOCQTY_PKG

Line 175: EAM_MATERIAL_ALLOCQTY_PKG.allocated_quantity(

171: where wro.wip_entity_id = p_wip_entity_id
172: and wro.organization_id = p_organization_id
173: and wro.operation_seq_num = p_operation_seq_num
174: and ( quantity_issued > 0 or
175: EAM_MATERIAL_ALLOCQTY_PKG.allocated_quantity(
176: wro.wip_entity_id,
177: wro.organization_id,
178: wro.operation_seq_num,
179: wro.inventory_item_id ) >0 )