DBA Data[Home] [Help]

APPS.ICX_REQ_ACCT2 dependencies on ICX_REQ_ACCT2

Line 1: PACKAGE BODY icx_req_acct2 AS

1: PACKAGE BODY icx_req_acct2 AS
2: /* $Header: ICXRQA2B.pls 115.6 99/07/17 03:22:13 porting ship $ */
3:
4: /* if passing in only cart id and cart line id, all distribution lines for
5: that cart line will be validated. Otherwise, if line number and account id

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

1360: end if;
1361:
1362: if l_ret_cd <> FALSE and v_n_segments > 0 then
1363:
1364: icx_req_acct2.get_acct_by_segs(v_cart_id,v_line_number,v_segments,
1365: v_structure,v_cart_line_id,v_cart_line_number,
1366: v_n_segments,v_account_num,v_account_id);
1367:
1368: update_row(v_cart_line_id,v_oo_id,v_cart_id,v_distribution_id,

Line 1388: END icx_req_acct2;

1384:
1385: end if;
1386: end;
1387:
1388: END icx_req_acct2;