DBA Data[Home] [Help]

APPS.CTO_WORKFLOW_API_PK dependencies on MTL_RESERVATIONS

Line 186: mtl_reservations, we check for rsv_code FO

182: |
183: |
184: | Modified : 17-Nov-2004 Kiran Konada
185: | bugfix 3875420, as flow rsv is not visible in
186: mtl_reservations, we check for rsv_code FO
187: | Modified : 06-Jun-2005 Renga Kannan
188: | Bug Fix 4380768
189: |
190: |

Line 1748: from mtl_reservations

1744: -- This reservation looks for work order, purchase related and inv reservation
1745:
1746: select count(*)
1747: into v_counter
1748: from mtl_reservations
1749: where demand_source_type_id = decode (l_source_document_type_id, 10,
1750: inv_reservation_global.g_source_type_internal_ord,
1751: inv_reservation_global.g_source_type_oe ) -- bugfix 1799874
1752: and demand_source_line_id = p_order_line_id