DBA Data[Home] [Help]

APPS.FA_AFE_TRANSACTIONS_PKG dependencies on FND_FLEX_APIS

Line 65: IF (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(101,

61: '-',
62: 'before ' || l_err_stage,
63: p_log_level_rec => p_log_level_rec);
64: end if;
65: IF (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(101,
66: 'GL#',
67: h_chart_of_accounts_id,
68: 'FA_COST_CTR',
69: h_flex_segment_number)) THEN

Line 111: -- -- dbms_output.put_line('FND_FLEX_APIS.get_segment_delimiter');

107: h_num_of_segments,
108: h_concat_array_segments,
109: x_new_expense_ccid)) THEN
110:
111: -- -- dbms_output.put_line('FND_FLEX_APIS.get_segment_delimiter');
112: -- build message
113: h_delimiter := FND_FLEX_APIS.get_segment_delimiter(101,
114: 'GL#',
115: h_chart_of_accounts_id);

Line 113: h_delimiter := FND_FLEX_APIS.get_segment_delimiter(101,

109: x_new_expense_ccid)) THEN
110:
111: -- -- dbms_output.put_line('FND_FLEX_APIS.get_segment_delimiter');
112: -- build message
113: h_delimiter := FND_FLEX_APIS.get_segment_delimiter(101,
114: 'GL#',
115: h_chart_of_accounts_id);
116:
117: -- fill the string for messaging with concat segs...

Line 285: (FND_FLEX_APIS.get_segment_column(x_application_id => 101,

281: from fa_book_controls
282: where book_type_code = l_book_type_code;
283:
284: if not
285: (FND_FLEX_APIS.get_segment_column(x_application_id => 101,
286: x_id_flex_code => 'GL#',
287: x_id_flex_num => l_ACCOUNTING_FLEX_STRUCTURE,
288: x_seg_attr_type => 'FA_COST_CTR',
289: x_app_column_name => cost_center_seg)) then

Line 572: (FND_FLEX_APIS.get_segment_column(x_application_id => 101,

568: from fa_book_controls
569: where book_type_code = l_book_type_code;
570:
571: if not
572: (FND_FLEX_APIS.get_segment_column(x_application_id => 101,
573: x_id_flex_code => 'GL#',
574: x_id_flex_num => l_ACCOUNTING_FLEX_STRUCTURE,
575: x_seg_attr_type => 'FA_COST_CTR',
576: x_app_column_name => cost_center_seg)) then