DBA Data[Home] [Help]

APPS.ARP_AUTO_ACCOUNTING dependencies on FND_FLEX_EXT

Line 1730: segments IN FND_FLEX_EXT.SegmentArray,

1726: key_flex_code IN VARCHAR2,
1727: structure_number IN NUMBER,
1728: validation_date IN DATE,
1729: n_segments IN NUMBER,
1730: segments IN FND_FLEX_EXT.SegmentArray,
1731: combination_id OUT NOCOPY NUMBER)
1732: RETURN BOOLEAN IS
1733: sepchar VARCHAR2(1);
1734: catsegs VARCHAR2(2000);

Line 1741: sepchar := fnd_flex_ext.get_delimiter(application_short_name, key_flex_code,

1737: print_fcn_label( 'arp_auto_accounting.get_combination_id1()+' );
1738:
1739: -- Concatenate the input segments, then send them to the other function.
1740: --
1741: sepchar := fnd_flex_ext.get_delimiter(application_short_name, key_flex_code,
1742: structure_number);
1743: if(sepchar is not null) then
1744: print_fcn_label( 'arp_auto_accounting.get_combination_id1()-' );
1745: return(get_combination_id(application_short_name, key_flex_code,

Line 1747: FND_FLEX_EXT.concatenate_segments(n_segments, segments, sepchar),

1743: if(sepchar is not null) then
1744: print_fcn_label( 'arp_auto_accounting.get_combination_id1()-' );
1745: return(get_combination_id(application_short_name, key_flex_code,
1746: structure_number, validation_date,
1747: FND_FLEX_EXT.concatenate_segments(n_segments, segments, sepchar),
1748: combination_id));
1749: end if;
1750: return(FALSE);
1751:

Line 3142: p_segment_table IN fnd_flex_ext.SegmentArray,

3138:
3139: FUNCTION Get_Ccid_From_Cache( p_system_info IN
3140: arp_trx_global.system_info_rec_type,
3141: p_concat_segments IN varchar2,
3142: p_segment_table IN fnd_flex_ext.SegmentArray,
3143: p_segment_cnt IN BINARY_INTEGER,
3144: p_account_class IN
3145: ra_cust_trx_line_gl_dist.account_class%type,
3146: p_result OUT NOCOPY BOOLEAN

Line 3356: p_segment_table IN fnd_flex_ext.SegmentArray,

3352: --
3353: --
3354: FUNCTION search_glcc_for_ccid( p_system_info IN
3355: arp_trx_global.system_info_rec_type,
3356: p_segment_table IN fnd_flex_ext.SegmentArray,
3357: p_segment_cnt IN BINARY_INTEGER,
3358: p_account_class IN
3359: ra_cust_trx_line_gl_dist.account_class%type,
3360: p_concat_segments IN VARCHAR2 )

Line 3497: p_segment_table IN fnd_flex_ext.SegmentArray,

3493:
3494:
3495: FUNCTION search_glcc_for_ccid( p_system_info IN
3496: arp_trx_global.system_info_rec_type,
3497: p_segment_table IN fnd_flex_ext.SegmentArray,
3498: p_segment_cnt IN BINARY_INTEGER )
3499: RETURN BINARY_INTEGER IS
3500:
3501: BEGIN

Line 4293: l_seg_table fnd_flex_ext.SegmentArray;

4289: l_delim VARCHAR2(1);
4290:
4291: -- to store segment values for binding
4292: --
4293: l_seg_table fnd_flex_ext.SegmentArray;
4294: l_int_seg_table fnd_flex_ext.SegmentArray;
4295:
4296: BEGIN
4297:

Line 4294: l_int_seg_table fnd_flex_ext.SegmentArray;

4290:
4291: -- to store segment values for binding
4292: --
4293: l_seg_table fnd_flex_ext.SegmentArray;
4294: l_int_seg_table fnd_flex_ext.SegmentArray;
4295:
4296: BEGIN
4297:
4298: print_fcn_label2( 'arp_auto_accounting.assemble_code_combination()+' );