DBA Data[Home] [Help]

APPS.IPA_CLIENT_EXTENSION_PKG dependencies on FND_FLEX_EXT

Line 251: segarr fnd_flex_ext.segmentarray;

247: and book_type_code = p_book_type_code;
248:
249: l_deprn_expense_seg fa_category_books.deprn_expense_acct%type;
250:
251: segarr fnd_flex_ext.segmentarray;
252:
253: result boolean;
254: err_msg varchar2(1000);
255: l_no_segments number;

Line 312: if(NOT fnd_flex_ext.get_segments(application_short_name => 'SQLGL'

308: Get the Segment values in Segarr for the Default Account Generator CCID
309: ****************************************************************************/
310:
311: p_err_stage := 'Splitting segments from Default ccid';
312: if(NOT fnd_flex_ext.get_segments(application_short_name => 'SQLGL'
313: ,key_flex_code => 'GL#'
314: ,structure_number => book_info_rec.accounting_flex_structure
315: ,combination_id => book_info_rec.flexbuilder_defaults_ccid
316: ,n_segments => l_no_segments

Line 385: if(NOT fnd_flex_ext.get_combination_id(application_short_name => 'SQLGL'

381: Get the code combination ID for the combined segments
382: ****************************************************************************/
383:
384: p_err_stage := 'Getting the New code combination';
385: if(NOT fnd_flex_ext.get_combination_id(application_short_name => 'SQLGL'
386: ,key_flex_code => 'GL#'
387: ,structure_number => book_info_rec.accounting_flex_structure
388: ,validation_date => sysdate
389: ,n_segments => l_no_segments