DBA Data[Home] [Help]

APPS.PO_WF_PO_ACCRUAL_ACC dependencies on MTL_PARAMETERS

Line 154: from mtl_parameters

150: --EAM: if item id is null get the accrual account from po_system_parameters
151: -- (one time items can be delivered to shopfloor with eam)
152: IF x_item_id is not null then
153: select ap_accrual_account into x_account
154: from mtl_parameters
155: where organization_id = x_dest_org_id;
156: ELSE --treating it as an expense item.
157: select accrued_code_combination_id into x_account
158: from po_system_parameters;