DBA Data[Home] [Help]

APPS.GL_ACCOUNTS_MAP_GRP dependencies on FND_FLEX_EXT

Line 1175: app_col_name_list fnd_flex_ext.SegmentArray;

1171: AND map.from_summary_flag IS NOT NULL;
1172:
1173: -- app_col_name_list will keep a list of the application column names
1174: -- sorted by the segment number for the target segment
1175: app_col_name_list fnd_flex_ext.SegmentArray;
1176:
1177: -- will keep the segment values for the new code combination
1178: new_flex_combination fnd_flex_ext.SegmentArray;
1179:

Line 1178: new_flex_combination fnd_flex_ext.SegmentArray;

1174: -- sorted by the segment number for the target segment
1175: app_col_name_list fnd_flex_ext.SegmentArray;
1176:
1177: -- will keep the segment values for the new code combination
1178: new_flex_combination fnd_flex_ext.SegmentArray;
1179:
1180: -- used for keeping information from the validate_segs function. It is not
1181: -- used otherwise because the case of invalid target code combinations is
1182: -- handled in a single update statement after all validate_segs function

Line 1274: concat_segments => FND_FLEX_EXT.concatenate_segments(

1270: operation => 'CREATE_COMBINATION',
1271: appl_short_name => g_application_short_name,
1272: key_flex_code => g_id_flex_code,
1273: structure_number => to_coa_id,
1274: concat_segments => FND_FLEX_EXT.concatenate_segments(
1275: g_target_nSegments,
1276: new_flex_combination,
1277: FND_FLEX_EXT.get_delimiter(
1278: g_application_short_name,

Line 1277: FND_FLEX_EXT.get_delimiter(

1273: structure_number => to_coa_id,
1274: concat_segments => FND_FLEX_EXT.concatenate_segments(
1275: g_target_nSegments,
1276: new_flex_combination,
1277: FND_FLEX_EXT.get_delimiter(
1278: g_application_short_name,
1279: g_id_flex_code,
1280: to_coa_id
1281: )