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 1775: from mtl_reservations

1771: -- This reservation looks for work order, purchase related and inv reservation
1772:
1773: select count(*)
1774: into v_counter
1775: from mtl_reservations
1776: where demand_source_type_id = decode (l_source_document_type_id, 10,
1777: inv_reservation_global.g_source_type_internal_ord,
1778: inv_reservation_global.g_source_type_oe ) -- bugfix 1799874
1779: and demand_source_line_id = p_order_line_id