DBA Data[Home] [Help]

APPS.CTO_CONFIG_COST_PK dependencies on MTL_MATERIAL_TRANSACTIONS

Line 955: From MTL_MATERIAL_TRANSACTIONS t

951: intransit_count NUMBER;
952:
953: Cursor Check_Updateable is
954: Select 'NO'
955: From MTL_MATERIAL_TRANSACTIONS t
956: Where Inventory_Item_Id = p_inventory_item_id
957: And Exists
958: (Select 'all these org have the org as costing org'
959: From MTL_PARAMETERS

Line 965: From MTL_MATERIAL_TRANSACTIONS_TEMP t

961: AND Organization_Id = t.Organization_Id);
962:
963: Cursor Check_Updateable_2 is
964: Select 'NO'
965: From MTL_MATERIAL_TRANSACTIONS_TEMP t
966: Where Inventory_Item_Id = p_inventory_item_id
967: And Exists
968: (Select 'all these org have the org as costing org'
969: From MTL_PARAMETERS