DBA Data[Home] [Help]

APPS.WIP_UPDATE_SETUP_RESOURCES dependencies on INV_CONVERT

Line 154: from (select inv_convert.inv_um_convert

150: cursor get_transition(p_resource_id NUMBER,
151: l_from_setup_id NUMBER,
152: l_to_setup_id NUMBER) IS
153: select transition_time, operation_id
154: from (select inv_convert.inv_um_convert
155: (-1,2,transition_time,
156: transition_uom, 'MIN', NULL, NULL) transition_time,
157: operation_id
158: from bom_setup_transitions

Line 164: select inv_convert.inv_um_convert

160: and organization_id = p_organization_id
161: and from_setup_id = l_setup_id
162: and to_setup_id = l_next_setup_id
163: union
164: select inv_convert.inv_um_convert
165: (-1,2,transition_time,
166: transition_uom, 'MIN', NULL, NULL) transition_time,
167: operation_id
168: from bom_setup_transitions