DBA Data[Home] [Help]

APPS.WIP_REQUIREMENT_DEFAULT dependencies on WIP_REQUIREMENT_OPERATIONS

Line 156: FROM wip_requirement_operations

152: begin
153:
154: SELECT component_sequence_id
155: into X_comp_seq_id
156: FROM wip_requirement_operations
157: WHERE wip_entity_id = p_wip_entity_id
158: AND organization_id = p_organization_id
159: AND operation_seq_num = p_operation_seq_num
160: AND inventory_item_id = p_inventory_item_id_old;