DBA Data[Home] [Help]

APPS.XLA_CMP_TAD_PKG dependencies on FND_FLEX_EXT

Line 86: | When calling FND_FLEX_EXT.get_ccid we need to convert the date |

82: | Use FIRST instead of 0 and 1 in the index of the array in the |
83: | statements C_TMPL_PUSH_INTERF_DATA_STMT and |
84: | C_TMPL_POP_INTERF_DATA_STMT. |
85: | 23-AUG-2006 Jorge Larre Bug 5411930 |
86: | When calling FND_FLEX_EXT.get_ccid we need to convert the date |
87: | into the format accepted by the routine : 'YYYY/MM/DD HH24:MI:SS' |
88: +======================================================================*/
89:
90: --

Line 851: l_code_combination_id := fnd_flex_ext.get_ccid

847: ,p_msg => ''BEGIN '' || l_log_module
848: ,p_level => xla_cmp_tad_pkg.C_LEVEL_PROCEDURE);
849: END IF;
850:
851: l_code_combination_id := fnd_flex_ext.get_ccid
852: (
853: application_short_name => ''SQLGL''
854: ,key_flex_code => ''GL#''
855: ,structure_number => p_chart_of_accounts_id

Line 1119: l_flex_delimiter := FND_FLEX_EXT.get_delimiter

1115: THEN
1116: NULL;
1117: END;
1118:
1119: l_flex_delimiter := FND_FLEX_EXT.get_delimiter
1120: (
1121: application_short_name => ''SQLGL''
1122: ,key_flex_code => ''GL#''
1123: ,structure_number => p_chart_of_accounts_id

Line 6497: l_flex_delimiter := FND_FLEX_EXT.get_delimiter

6493: p_table_segment_qualifiers(l_table_qualifier_names(i)) := l_account_segment_column;
6494: END IF;
6495: END LOOP;
6496:
6497: l_flex_delimiter := FND_FLEX_EXT.get_delimiter
6498: (
6499: application_short_name => 'SQLGL'
6500: ,key_flex_code => 'GL#'
6501: ,structure_number => p_chart_of_accounts_id