DBA Data[Home] [Help]

APPS.ICX_PO_REQ_ACCT2 dependencies on PO_SYSTEM_PARAMETERS

Line 342: FROM po_system_parameters),

338: -- 'EXPENSE' as the destination_type_code.
339: UPDATE po_req_distributions
340: SET accrual_account_id=
341: (SELECT accrued_code_combination_id
342: FROM po_system_parameters),
343: budget_account_id = v_account_id,
344: variance_account_id = v_account_id
345: WHERE requisition_line_id = v_cart_line_id
346: -- bug 689962 only the current distribution needs to be update