DBA Data[Home] [Help]

APPS.PO_WF_PO_BUDGET_ACC dependencies on MTL_PARAMETERS

Line 285: from mtl_parameters

281: end if;
282: */
283: begin
284: select encumbrance_account into x_account
285: from mtl_parameters
286: where organization_id = x_dest_org_id;
287:
288: exception
289: when no_data_found then