DBA Data[Home] [Help]

APPS.ICX_REQ_COPY_REQ dependencies on ICX_REQ_ACCT2

Line 889: icx_req_acct2.update_account_by_id( v_cart_id => v_cart_id,

885:
886: -- Update the invidual segments from the account id.
887: -- This need to done because the invidual segments are not
888: -- available from po_req_distributions table.
889: icx_req_acct2.update_account_by_id( v_cart_id => v_cart_id,
890: v_cart_line_id => v_cart_line_id,
891: v_oo_id => v_org_id,
892: v_distribution_id => distribution.distribution_id,
893: v_line_number => v_dist_num);