DBA Data[Home] [Help]

APPS.QA_SOLUTION_DISPOSITION_PKG dependencies on WIP_OPERATIONS

Line 2904: FROM wip_operations

2900: AND bsoav.operation_code = p_operation_code;
2901:
2902: CURSOR op_seq_cur IS
2903: SELECT operation_seq_num
2904: FROM wip_operations
2905: WHERE wip_entity_id = l_wip_entity_id
2906: AND operation_seq_num = p_op_seq_num;
2907:
2908: CURSOR dept_cur IS