DBA Data[Home] [Help]

APPS.ICX_PO_REQ_ACCT2 dependencies on ICX_REQ_ACCT2

Line 1445: icx_req_acct2.get_acct_by_segs(v_cart_id,v_line_number,v_segments,

1441: end if;
1442:
1443: if l_ret_cd <> FALSE and v_n_segments > 0 then
1444:
1445: icx_req_acct2.get_acct_by_segs(v_cart_id,v_line_number,v_segments,
1446: v_structure,v_cart_line_id,v_cart_line_number,
1447: v_n_segments,v_account_num,v_account_id);
1448:
1449: icx_req_acct2.update_row(v_cart_line_id,v_oo_id,v_cart_id,v_distribution_id,

Line 1449: icx_req_acct2.update_row(v_cart_line_id,v_oo_id,v_cart_id,v_distribution_id,

1445: icx_req_acct2.get_acct_by_segs(v_cart_id,v_line_number,v_segments,
1446: v_structure,v_cart_line_id,v_cart_line_number,
1447: v_n_segments,v_account_num,v_account_id);
1448:
1449: icx_req_acct2.update_row(v_cart_line_id,v_oo_id,v_cart_id,v_distribution_id,
1450: v_line_number,v_account_id,v_n_segments,v_segments,
1451: v_account_num);
1452:
1453: else