DBA Data[Home] [Help]

APPS.PO_WF_PO_ACCRUAL_ACC dependencies on MTL_PARAMETERS

Line 157: from mtl_parameters

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