DBA Data[Home] [Help]

APPS.PO_WF_PO_BUDGET_ACC SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 42

     /* DEBUG */  PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
Line: 82

	select encumbrance_account into x_account
	from mtl_secondary_inventories
	where secondary_inventory_name = x_dest_sub_inv
	and   organization_id     = x_dest_org_id;
Line: 134

     /* DEBUG */  PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
Line: 185

     /* DEBUG */  PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
Line: 214

	  select encumbrance_account into x_account
	  from MTL_SYSTEM_ITEMS
	  where organization_id = x_dest_org_id
	  and   inventory_item_id = x_item_id;
Line: 261

     /* DEBUG */  PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
Line: 284

	  select encumbrance_account into x_account
	  from mtl_parameters
	  where organization_id = x_dest_org_id;
Line: 331

     /* DEBUG */  PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);