DBA Data[Home] [Help]

APPS.FARX_CP dependencies on FA_RX_SHARED_PKG

Line 39: h_acct_segs fa_rx_shared_pkg.Seg_Array;

35: h_adjusted_rate number;
36: h_cost number;
37:
38: h_concat_acct varchar2(500);
39: h_acct_segs fa_rx_shared_pkg.Seg_Array;
40: h_acct_structure number;
41: h_bal_seg number;
42: h_cc_seg number;
43: h_acct_seg number;

Line 154: fa_rx_shared_pkg.GET_ACCT_SEGMENT_NUMBERS (

150: and sob.currency_code = cur.currency_code;
151:
152: h_mesg_name := 'FA_RX_SEGNUMS';
153:
154: fa_rx_shared_pkg.GET_ACCT_SEGMENT_NUMBERS (
155: BOOK => h_book,
156: BALANCING_SEGNUM => h_bal_seg,
157: ACCOUNT_SEGNUM => h_acct_seg,
158: CC_SEGNUM => h_cc_seg,

Line 191: fa_rx_shared_pkg.concat_acct (

187: h_mesg_name := 'FA_RX_CONCAT_SEGS';
188: h_flex_error := 'GL#';
189: h_ccid_error := h_ccid;
190:
191: fa_rx_shared_pkg.concat_acct (
192: struct_id => h_acct_structure,
193: ccid => h_ccid,
194: concat_string => h_concat_acct,
195: segarray => h_acct_segs);