DBA Data[Home] [Help]

APPS.EAM_MATERIALISSUE_PVT dependencies on WIP_REQUIREMENT_OPERATIONS

Line 1218: from wip_requirement_operations

1214: into l_required_quantity,
1215: l_quantity_issued,
1216: l_quantity_allocated,
1217: l_auto_request_material
1218: from wip_requirement_operations
1219: where inventory_item_id = l_inventory_item_id
1220: and organization_id = l_organization_id
1221: and wip_entity_id = l_wip_entity_id
1222: and operation_seq_num = l_operation_seq_num;

Line 1447: from wip_requirement_operations

1443: select required_quantity,
1444: auto_request_material
1445: into l_required_quantity,
1446: l_auto_request_material
1447: from wip_requirement_operations
1448: where inventory_item_id = l_inventory_item_id
1449: and organization_id = l_organization_id
1450: and wip_entity_id = l_wip_entity_id
1451: and operation_seq_num = l_operation_seq_num;