DBA Data[Home] [Help]

APPS.ICX_REQ_SEARCH dependencies on ICX_REQ_ACCT2

Line 927: icx_req_acct2.get_default_account(l_cart_id,l_cart_line_id,

923: from icx_po_suppl_catalog_items_v a
924: where a.po_line_id = l_line_id;
925:
926: -- Get the default accounts and update distributions
927: icx_req_acct2.get_default_account(l_cart_id,l_cart_line_id,
928: l_emp_id,l_org_id,l_account_id,l_account_num);
929:
930: commit;
931: