DBA Data[Home] [Help]

APPS.CSI_DEBUG_PKG dependencies on WIP_REQUIREMENT_OPERATIONS

Line 1503: FROM wip_requirement_operations

1499: required_quantity,
1500: quantity_issued,
1501: wip_supply_type,
1502: supply_subinventory
1503: FROM wip_requirement_operations
1504: WHERE wip_entity_id = p_wip_entity_id
1505: AND organization_id = p_organization_id
1506: ORDER BY operation_seq_num, component_sequence_id;
1507: BEGIN