DBA Data[Home] [Help]

APPS.CTO_BOM_RTG_PK dependencies on MTL_MATERIAL_TRANSACTIONS

Line 2015: From MTL_MATERIAL_TRANSACTIONS t

2011: intransit_count NUMBER;
2012:
2013: Cursor Check_Updateable is
2014: Select 'YES'
2015: From MTL_MATERIAL_TRANSACTIONS t
2016: Where Inventory_Item_Id = p_inventory_item_id
2017: And Exists
2018: (Select 'all these org have the org as costing org'
2019: From MTL_PARAMETERS

Line 2025: From MTL_MATERIAL_TRANSACTIONS_TEMP t

2021: AND Organization_Id = t.Organization_Id);
2022:
2023: Cursor Check_Updateable_2 is
2024: Select 'YES'
2025: From MTL_MATERIAL_TRANSACTIONS_TEMP t
2026: Where Inventory_Item_Id = p_inventory_item_id
2027: And Exists
2028: (Select 'all these org have the org as costing org'
2029: From MTL_PARAMETERS