DBA Data[Home] [Help]

APPS.ARP_AUTO_ACCOUNTING dependencies on FND_FLEX_EXT

Line 1726: segments IN FND_FLEX_EXT.SegmentArray,

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

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

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

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

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

Line 3125: p_segment_table IN fnd_flex_ext.SegmentArray,

3121:
3122: FUNCTION Get_Ccid_From_Cache( p_system_info IN
3123: arp_trx_global.system_info_rec_type,
3124: p_concat_segments IN varchar2,
3125: p_segment_table IN fnd_flex_ext.SegmentArray,
3126: p_segment_cnt IN BINARY_INTEGER,
3127: p_account_class IN
3128: ra_cust_trx_line_gl_dist.account_class%type,
3129: p_result OUT NOCOPY BOOLEAN

Line 3339: p_segment_table IN fnd_flex_ext.SegmentArray,

3335: --
3336: --
3337: FUNCTION search_glcc_for_ccid( p_system_info IN
3338: arp_trx_global.system_info_rec_type,
3339: p_segment_table IN fnd_flex_ext.SegmentArray,
3340: p_segment_cnt IN BINARY_INTEGER,
3341: p_account_class IN
3342: ra_cust_trx_line_gl_dist.account_class%type,
3343: p_concat_segments IN VARCHAR2 )

Line 3480: p_segment_table IN fnd_flex_ext.SegmentArray,

3476:
3477:
3478: FUNCTION search_glcc_for_ccid( p_system_info IN
3479: arp_trx_global.system_info_rec_type,
3480: p_segment_table IN fnd_flex_ext.SegmentArray,
3481: p_segment_cnt IN BINARY_INTEGER )
3482: RETURN BINARY_INTEGER IS
3483:
3484: BEGIN

Line 4266: l_seg_table fnd_flex_ext.SegmentArray;

4262: l_delim VARCHAR2(1);
4263:
4264: -- to store segment values for binding
4265: --
4266: l_seg_table fnd_flex_ext.SegmentArray;
4267: l_int_seg_table fnd_flex_ext.SegmentArray;
4268:
4269: BEGIN
4270:

Line 4267: l_int_seg_table fnd_flex_ext.SegmentArray;

4263:
4264: -- to store segment values for binding
4265: --
4266: l_seg_table fnd_flex_ext.SegmentArray;
4267: l_int_seg_table fnd_flex_ext.SegmentArray;
4268:
4269: BEGIN
4270:
4271: print_fcn_label2( 'arp_auto_accounting.assemble_code_combination()+' );