DBA Data[Home] [Help]

APPS.PO_WF_PO_BUDGET_ACC dependencies on MTL_SECONDARY_INVENTORIES

Line 83: from mtl_secondary_inventories

79: if (x_destination_type = 'INVENTORY') and (x_dest_sub_inv IS NOT NULL) then
80:
81: Begin
82: select encumbrance_account into x_account
83: from mtl_secondary_inventories
84: where secondary_inventory_name = x_dest_sub_inv
85: and organization_id = x_dest_org_id;
86:
87: Exception