DBA Data[Home] [Help]

APPS.WIP_UPDATE_SETUP_RESOURCES dependencies on BOM_SETUP_TRANSITIONS

Line 158: from bom_setup_transitions

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
159: where resource_id = l_resource_id
160: and organization_id = p_organization_id
161: and from_setup_id = l_setup_id
162: and to_setup_id = l_next_setup_id

Line 168: from bom_setup_transitions

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
169: where resource_id = l_resource_id
170: and organization_id = p_organization_id
171: and from_setup_id is null
172: and to_setup_id = l_next_setup_id)