DBA Data[Home] [Help]

APPS.XLA_CMP_ADR_PKG dependencies on XLA_CMP_STRING_PKG

Line 956: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',nvl(p_value_type_code,' '));

952: THEN
953: l_detail := C_TAD_SEGMENT;
954: ELSE
955: l_detail := C_RETURN_SEGMENT;
956: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',nvl(p_value_type_code,' '));
957:
958: END IF;
959:
960: IF p_value_flexfield_segment IS NULL THEN

Line 962: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$',

958: END IF;
959:
960: IF p_value_flexfield_segment IS NULL THEN
961: -- segment
962: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$',
963: nvl(xla_cmp_source_pkg.GenerateSource(
964: p_Index => l_Idx
965: , p_rec_sources => p_rec_sources
966: , p_translated_flag => 'N'),' null')

Line 968: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', ' null');

964: p_Index => l_Idx
965: , p_rec_sources => p_rec_sources
966: , p_translated_flag => 'N'),' null')
967: );
968: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', ' null');
969: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');
970:
971: ELSE
972: -- get segment from key flexfield

Line 969: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');

965: , p_rec_sources => p_rec_sources
966: , p_translated_flag => 'N'),' null')
967: );
968: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', ' null');
969: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');
970:
971: ELSE
972: -- get segment from key flexfield
973: IF g_component_type = 'TAB_ADR'

Line 976: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$' , C_TAD_FLEXFIELD_SEGMENT);

972: -- get segment from key flexfield
973: IF g_component_type = 'TAB_ADR'
974: THEN
975:
976: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$' , C_TAD_FLEXFIELD_SEGMENT);
977:
978: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$combination_id$', xla_cmp_source_pkg.GenerateSource(
979: p_Index => l_Idx
980: , p_rec_sources => p_rec_sources

Line 978: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$combination_id$', xla_cmp_source_pkg.GenerateSource(

974: THEN
975:
976: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$' , C_TAD_FLEXFIELD_SEGMENT);
977:
978: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$combination_id$', xla_cmp_source_pkg.GenerateSource(
979: p_Index => l_Idx
980: , p_rec_sources => p_rec_sources
981: , p_translated_flag => 'N')
982: );

Line 984: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$segment_code$' ,p_value_flexfield_segment);

980: , p_rec_sources => p_rec_sources
981: , p_translated_flag => 'N')
982: );
983:
984: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$segment_code$' ,p_value_flexfield_segment);
985: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_code$' ,p_rec_sources.array_source_code(l_Idx) );
986: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_type_code$' ,p_rec_sources.array_source_type_code(l_Idx) );
987: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_application_id$',to_char(p_rec_sources.array_application_id(l_Idx)) );
988:

Line 985: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_code$' ,p_rec_sources.array_source_code(l_Idx) );

981: , p_translated_flag => 'N')
982: );
983:
984: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$segment_code$' ,p_value_flexfield_segment);
985: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_code$' ,p_rec_sources.array_source_code(l_Idx) );
986: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_type_code$' ,p_rec_sources.array_source_type_code(l_Idx) );
987: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_application_id$',to_char(p_rec_sources.array_application_id(l_Idx)) );
988:
989: ELSE

Line 986: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_type_code$' ,p_rec_sources.array_source_type_code(l_Idx) );

982: );
983:
984: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$segment_code$' ,p_value_flexfield_segment);
985: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_code$' ,p_rec_sources.array_source_code(l_Idx) );
986: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_type_code$' ,p_rec_sources.array_source_type_code(l_Idx) );
987: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_application_id$',to_char(p_rec_sources.array_application_id(l_Idx)) );
988:
989: ELSE
990:

Line 987: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_application_id$',to_char(p_rec_sources.array_application_id(l_Idx)) );

983:
984: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$segment_code$' ,p_value_flexfield_segment);
985: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_code$' ,p_rec_sources.array_source_code(l_Idx) );
986: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_type_code$' ,p_rec_sources.array_source_type_code(l_Idx) );
987: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_application_id$',to_char(p_rec_sources.array_application_id(l_Idx)) );
988:
989: ELSE
990:
991: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', xla_cmp_source_pkg.GenerateSource(

Line 991: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', xla_cmp_source_pkg.GenerateSource(

987: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_application_id$',to_char(p_rec_sources.array_application_id(l_Idx)) );
988:
989: ELSE
990:
991: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', xla_cmp_source_pkg.GenerateSource(
992: p_Index => l_Idx
993: , p_rec_sources => p_rec_sources
994: , p_translated_flag => 'N')
995: );

Line 996: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ''''||p_value_flexfield_segment||'''');

992: p_Index => l_Idx
993: , p_rec_sources => p_rec_sources
994: , p_translated_flag => 'N')
995: );
996: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ''''||p_value_flexfield_segment||'''');
997: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$' , ' null');
998:
999: END IF;
1000:

Line 997: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$' , ' null');

993: , p_rec_sources => p_rec_sources
994: , p_translated_flag => 'N')
995: );
996: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ''''||p_value_flexfield_segment||'''');
997: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$' , ' null');
998:
999: END IF;
1000:
1001: END IF;

Line 1010: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',p_value_type_code);

1006: IF g_component_type = 'TAB_ADR' THEN
1007: l_detail := C_TAD_SEGMENT;
1008: ELSE
1009: l_detail := C_RETURN_SEGMENT;
1010: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',p_value_type_code);
1011: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', ' null');
1012: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');
1013: END IF;
1014:

Line 1011: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', ' null');

1007: l_detail := C_TAD_SEGMENT;
1008: ELSE
1009: l_detail := C_RETURN_SEGMENT;
1010: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',p_value_type_code);
1011: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', ' null');
1012: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');
1013: END IF;
1014:
1015: IF p_value_constant IS NULL THEN

Line 1012: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');

1008: ELSE
1009: l_detail := C_RETURN_SEGMENT;
1010: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',p_value_type_code);
1011: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', ' null');
1012: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');
1013: END IF;
1014:
1015: IF p_value_constant IS NULL THEN
1016: l_detail := xla_cmp_string_pkg.replace_token(l_detail,'$source$' , ' null') ;

Line 1016: l_detail := xla_cmp_string_pkg.replace_token(l_detail,'$source$' , ' null') ;

1012: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');
1013: END IF;
1014:
1015: IF p_value_constant IS NULL THEN
1016: l_detail := xla_cmp_string_pkg.replace_token(l_detail,'$source$' , ' null') ;
1017: ELSE
1018: l_detail := xla_cmp_string_pkg.replace_token(l_detail,'$source$' , ''''||p_value_constant||'''') ;
1019: END IF;
1020:

Line 1018: l_detail := xla_cmp_string_pkg.replace_token(l_detail,'$source$' , ''''||p_value_constant||'''') ;

1014:
1015: IF p_value_constant IS NULL THEN
1016: l_detail := xla_cmp_string_pkg.replace_token(l_detail,'$source$' , ' null') ;
1017: ELSE
1018: l_detail := xla_cmp_string_pkg.replace_token(l_detail,'$source$' , ''''||p_value_constant||'''') ;
1019: END IF;
1020:
1021: ELSIF p_value_type_code = 'M' AND
1022: p_value_mapping_set_code IS NOT NULL AND

Line 1041: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',p_value_type_code);

1037: THEN
1038: l_detail := C_TAD_MAPPING_SEGMENT;
1039: ELSE
1040: l_detail := C_RETURN_SEGMENT;
1041: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',p_value_type_code);
1042:
1043: END IF;
1044:
1045: IF p_value_flexfield_segment IS NULL THEN

Line 1047: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', C_MAPPING_SEGMENT);

1043: END IF;
1044:
1045: IF p_value_flexfield_segment IS NULL THEN
1046: --segment mapping set
1047: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', C_MAPPING_SEGMENT);
1048: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$mapping_set_code$',p_value_mapping_set_code);
1049: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$',
1050: xla_cmp_source_pkg.GenerateSource(
1051: p_Index => l_Idx

Line 1048: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$mapping_set_code$',p_value_mapping_set_code);

1044:
1045: IF p_value_flexfield_segment IS NULL THEN
1046: --segment mapping set
1047: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', C_MAPPING_SEGMENT);
1048: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$mapping_set_code$',p_value_mapping_set_code);
1049: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$',
1050: xla_cmp_source_pkg.GenerateSource(
1051: p_Index => l_Idx
1052: , p_rec_sources => p_rec_sources

Line 1049: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$',

1045: IF p_value_flexfield_segment IS NULL THEN
1046: --segment mapping set
1047: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', C_MAPPING_SEGMENT);
1048: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$mapping_set_code$',p_value_mapping_set_code);
1049: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$',
1050: xla_cmp_source_pkg.GenerateSource(
1051: p_Index => l_Idx
1052: , p_rec_sources => p_rec_sources
1053: , p_translated_flag => 'N')

Line 1055: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', ' null');

1051: p_Index => l_Idx
1052: , p_rec_sources => p_rec_sources
1053: , p_translated_flag => 'N')
1054: );
1055: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', ' null');
1056: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');
1057:
1058: ELSE
1059: --key flexfield mapping set

Line 1056: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');

1052: , p_rec_sources => p_rec_sources
1053: , p_translated_flag => 'N')
1054: );
1055: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', ' null');
1056: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');
1057:
1058: ELSE
1059: --key flexfield mapping set
1060: IF g_component_type = 'TAB_ADR'

Line 1062: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$' , C_TAD_FLEXFIELD_SEGMENT);

1058: ELSE
1059: --key flexfield mapping set
1060: IF g_component_type = 'TAB_ADR'
1061: THEN
1062: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$' , C_TAD_FLEXFIELD_SEGMENT);
1063: ELSE
1064: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', C_MAPPING_SEGMENT);
1065: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$', C_KEY_FLEXFIELD_SEGMENT);
1066: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');

Line 1064: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', C_MAPPING_SEGMENT);

1060: IF g_component_type = 'TAB_ADR'
1061: THEN
1062: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$' , C_TAD_FLEXFIELD_SEGMENT);
1063: ELSE
1064: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', C_MAPPING_SEGMENT);
1065: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$', C_KEY_FLEXFIELD_SEGMENT);
1066: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');
1067: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', ' null');
1068: END IF;

Line 1065: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$', C_KEY_FLEXFIELD_SEGMENT);

1061: THEN
1062: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$' , C_TAD_FLEXFIELD_SEGMENT);
1063: ELSE
1064: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', C_MAPPING_SEGMENT);
1065: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$', C_KEY_FLEXFIELD_SEGMENT);
1066: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');
1067: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', ' null');
1068: END IF;
1069:

Line 1066: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');

1062: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$' , C_TAD_FLEXFIELD_SEGMENT);
1063: ELSE
1064: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', C_MAPPING_SEGMENT);
1065: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$', C_KEY_FLEXFIELD_SEGMENT);
1066: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');
1067: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', ' null');
1068: END IF;
1069:
1070: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$mapping_set_code$',p_value_mapping_set_code);

Line 1067: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', ' null');

1063: ELSE
1064: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', C_MAPPING_SEGMENT);
1065: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$', C_KEY_FLEXFIELD_SEGMENT);
1066: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');
1067: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', ' null');
1068: END IF;
1069:
1070: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$mapping_set_code$',p_value_mapping_set_code);
1071: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$combination_id$', xla_cmp_source_pkg.GenerateSource(

Line 1070: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$mapping_set_code$',p_value_mapping_set_code);

1066: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_segment_code$', ' null');
1067: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', ' null');
1068: END IF;
1069:
1070: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$mapping_set_code$',p_value_mapping_set_code);
1071: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$combination_id$', xla_cmp_source_pkg.GenerateSource(
1072: p_Index => l_Idx
1073: , p_rec_sources => p_rec_sources
1074: , p_translated_flag => 'N')

Line 1071: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$combination_id$', xla_cmp_source_pkg.GenerateSource(

1067: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$code_combination_id$', ' null');
1068: END IF;
1069:
1070: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$mapping_set_code$',p_value_mapping_set_code);
1071: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$combination_id$', xla_cmp_source_pkg.GenerateSource(
1072: p_Index => l_Idx
1073: , p_rec_sources => p_rec_sources
1074: , p_translated_flag => 'N')
1075: );

Line 1077: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$segment_code$' ,p_value_flexfield_segment);

1073: , p_rec_sources => p_rec_sources
1074: , p_translated_flag => 'N')
1075: );
1076:
1077: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$segment_code$' ,p_value_flexfield_segment);
1078: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$id_flex_code$' ,p_rec_sources.array_id_flex_code(l_Idx));
1079: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$flexfield_appl_id$' ,to_char(p_rec_sources.array_flexfield_appl_id(l_Idx)) );
1080: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$appl_short_name$' ,p_rec_sources.array_appl_short_name(l_Idx));
1081: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_code$' ,p_rec_sources.array_source_code(l_Idx) );

Line 1078: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$id_flex_code$' ,p_rec_sources.array_id_flex_code(l_Idx));

1074: , p_translated_flag => 'N')
1075: );
1076:
1077: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$segment_code$' ,p_value_flexfield_segment);
1078: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$id_flex_code$' ,p_rec_sources.array_id_flex_code(l_Idx));
1079: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$flexfield_appl_id$' ,to_char(p_rec_sources.array_flexfield_appl_id(l_Idx)) );
1080: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$appl_short_name$' ,p_rec_sources.array_appl_short_name(l_Idx));
1081: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_code$' ,p_rec_sources.array_source_code(l_Idx) );
1082: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_type_code$' ,p_rec_sources.array_source_type_code(l_Idx) );

Line 1079: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$flexfield_appl_id$' ,to_char(p_rec_sources.array_flexfield_appl_id(l_Idx)) );

1075: );
1076:
1077: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$segment_code$' ,p_value_flexfield_segment);
1078: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$id_flex_code$' ,p_rec_sources.array_id_flex_code(l_Idx));
1079: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$flexfield_appl_id$' ,to_char(p_rec_sources.array_flexfield_appl_id(l_Idx)) );
1080: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$appl_short_name$' ,p_rec_sources.array_appl_short_name(l_Idx));
1081: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_code$' ,p_rec_sources.array_source_code(l_Idx) );
1082: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_type_code$' ,p_rec_sources.array_source_type_code(l_Idx) );
1083: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_application_id$',to_char(p_rec_sources.array_application_id(l_Idx)) );

Line 1080: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$appl_short_name$' ,p_rec_sources.array_appl_short_name(l_Idx));

1076:
1077: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$segment_code$' ,p_value_flexfield_segment);
1078: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$id_flex_code$' ,p_rec_sources.array_id_flex_code(l_Idx));
1079: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$flexfield_appl_id$' ,to_char(p_rec_sources.array_flexfield_appl_id(l_Idx)) );
1080: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$appl_short_name$' ,p_rec_sources.array_appl_short_name(l_Idx));
1081: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_code$' ,p_rec_sources.array_source_code(l_Idx) );
1082: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_type_code$' ,p_rec_sources.array_source_type_code(l_Idx) );
1083: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_application_id$',to_char(p_rec_sources.array_application_id(l_Idx)) );
1084:

Line 1081: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_code$' ,p_rec_sources.array_source_code(l_Idx) );

1077: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$segment_code$' ,p_value_flexfield_segment);
1078: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$id_flex_code$' ,p_rec_sources.array_id_flex_code(l_Idx));
1079: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$flexfield_appl_id$' ,to_char(p_rec_sources.array_flexfield_appl_id(l_Idx)) );
1080: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$appl_short_name$' ,p_rec_sources.array_appl_short_name(l_Idx));
1081: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_code$' ,p_rec_sources.array_source_code(l_Idx) );
1082: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_type_code$' ,p_rec_sources.array_source_type_code(l_Idx) );
1083: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_application_id$',to_char(p_rec_sources.array_application_id(l_Idx)) );
1084:
1085: END IF;

Line 1082: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_type_code$' ,p_rec_sources.array_source_type_code(l_Idx) );

1078: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$id_flex_code$' ,p_rec_sources.array_id_flex_code(l_Idx));
1079: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$flexfield_appl_id$' ,to_char(p_rec_sources.array_flexfield_appl_id(l_Idx)) );
1080: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$appl_short_name$' ,p_rec_sources.array_appl_short_name(l_Idx));
1081: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_code$' ,p_rec_sources.array_source_code(l_Idx) );
1082: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_type_code$' ,p_rec_sources.array_source_type_code(l_Idx) );
1083: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_application_id$',to_char(p_rec_sources.array_application_id(l_Idx)) );
1084:
1085: END IF;
1086:

Line 1083: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_application_id$',to_char(p_rec_sources.array_application_id(l_Idx)) );

1079: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$flexfield_appl_id$' ,to_char(p_rec_sources.array_flexfield_appl_id(l_Idx)) );
1080: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$appl_short_name$' ,p_rec_sources.array_appl_short_name(l_Idx));
1081: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_code$' ,p_rec_sources.array_source_code(l_Idx) );
1082: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_type_code$' ,p_rec_sources.array_source_type_code(l_Idx) );
1083: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source_application_id$',to_char(p_rec_sources.array_application_id(l_Idx)) );
1084:
1085: END IF;
1086:
1087: END IF;

Line 1251: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',p_value_type_code);

1247: IF g_component_type = 'TAB_ADR' THEN
1248: l_detail := C_TAD_CCID_S;
1249: ELSE
1250: l_detail := C_RETURN_CCID;
1251: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',p_value_type_code);
1252: END IF;
1253:
1254: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$',
1255: xla_cmp_source_pkg.GenerateSource(

Line 1254: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$',

1250: l_detail := C_RETURN_CCID;
1251: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',p_value_type_code);
1252: END IF;
1253:
1254: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$',
1255: xla_cmp_source_pkg.GenerateSource(
1256: p_Index => l_Idx
1257: , p_rec_sources => p_rec_sources
1258: , p_translated_flag => 'N')

Line 1270: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',p_value_type_code);

1266: THEN
1267: l_detail := C_TAD_CCID_C;
1268: ELSE
1269: l_detail := C_RETURN_CCID;
1270: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',p_value_type_code);
1271: END IF;
1272:
1273: IF p_value_code_combination_id IS NULL THEN
1274: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', 'null');

Line 1274: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', 'null');

1270: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',p_value_type_code);
1271: END IF;
1272:
1273: IF p_value_code_combination_id IS NULL THEN
1274: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', 'null');
1275: ELSE
1276: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', to_char(p_value_code_combination_id));
1277: END IF;
1278:

Line 1276: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', to_char(p_value_code_combination_id));

1272:
1273: IF p_value_code_combination_id IS NULL THEN
1274: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', 'null');
1275: ELSE
1276: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', to_char(p_value_code_combination_id));
1277: END IF;
1278:
1279: ELSIF p_value_type_code = 'M' AND
1280: p_value_mapping_set_code IS NOT NULL AND

Line 1298: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$mapping_set_code$',p_value_mapping_set_code);

1294:
1295: IF g_component_type = 'TAB_ADR'
1296: THEN
1297: l_detail := C_TAD_MAPPING_CCID;
1298: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$mapping_set_code$',p_value_mapping_set_code);
1299: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$',
1300: xla_cmp_source_pkg.GenerateSource(
1301: p_Index => l_Idx
1302: , p_rec_sources => p_rec_sources

Line 1299: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$',

1295: IF g_component_type = 'TAB_ADR'
1296: THEN
1297: l_detail := C_TAD_MAPPING_CCID;
1298: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$mapping_set_code$',p_value_mapping_set_code);
1299: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$',
1300: xla_cmp_source_pkg.GenerateSource(
1301: p_Index => l_Idx
1302: , p_rec_sources => p_rec_sources
1303: , p_translated_flag => 'N')

Line 1309: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',p_value_type_code);

1305:
1306: ELSE
1307: --AAD
1308: l_detail := C_RETURN_CCID;
1309: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',p_value_type_code);
1310: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', C_MAPPING_CCID );
1311: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$mapping_set_code$',p_value_mapping_set_code);
1312: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$',
1313: xla_cmp_source_pkg.GenerateSource(

Line 1310: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', C_MAPPING_CCID );

1306: ELSE
1307: --AAD
1308: l_detail := C_RETURN_CCID;
1309: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',p_value_type_code);
1310: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', C_MAPPING_CCID );
1311: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$mapping_set_code$',p_value_mapping_set_code);
1312: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$',
1313: xla_cmp_source_pkg.GenerateSource(
1314: p_Index => l_Idx

Line 1311: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$mapping_set_code$',p_value_mapping_set_code);

1307: --AAD
1308: l_detail := C_RETURN_CCID;
1309: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',p_value_type_code);
1310: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', C_MAPPING_CCID );
1311: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$mapping_set_code$',p_value_mapping_set_code);
1312: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$',
1313: xla_cmp_source_pkg.GenerateSource(
1314: p_Index => l_Idx
1315: , p_rec_sources => p_rec_sources

Line 1312: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$',

1308: l_detail := C_RETURN_CCID;
1309: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$value_type_code$',p_value_type_code);
1310: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$source$', C_MAPPING_CCID );
1311: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$mapping_set_code$',p_value_mapping_set_code);
1312: l_detail := xla_cmp_string_pkg.replace_token(l_detail ,'$input_source$',
1313: xla_cmp_source_pkg.GenerateSource(
1314: p_Index => l_Idx
1315: , p_rec_sources => p_rec_sources
1316: , p_translated_flag => 'N')

Line 1853: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$flexfield_segment_code$',' null'); -- 4417664

1849:
1850: END IF;
1851:
1852: IF p_flexfield_segment_code IS NULL THEN
1853: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$flexfield_segment_code$',' null'); -- 4417664
1854: ELSE
1855: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$flexfield_segment_code$', ''''||p_flexfield_segment_code||''''); -- 4417664
1856: END IF;
1857:

Line 1855: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$flexfield_segment_code$', ''''||p_flexfield_segment_code||''''); -- 4417664

1851:
1852: IF p_flexfield_segment_code IS NULL THEN
1853: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$flexfield_segment_code$',' null'); -- 4417664
1854: ELSE
1855: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$flexfield_segment_code$', ''''||p_flexfield_segment_code||''''); -- 4417664
1856: END IF;
1857:
1858: IF p_flex_value_set_id IS NULL THEN
1859: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$flex_value_set_id$',' null'); -- 4417664

Line 1859: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$flex_value_set_id$',' null'); -- 4417664

1855: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$flexfield_segment_code$', ''''||p_flexfield_segment_code||''''); -- 4417664
1856: END IF;
1857:
1858: IF p_flex_value_set_id IS NULL THEN
1859: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$flex_value_set_id$',' null'); -- 4417664
1860: ELSE
1861: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$flex_value_set_id$', TO_CHAR(p_flex_value_set_id)); -- 4417664
1862: END IF;
1863:

Line 1861: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$flex_value_set_id$', TO_CHAR(p_flex_value_set_id)); -- 4417664

1857:
1858: IF p_flex_value_set_id IS NULL THEN
1859: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$flex_value_set_id$',' null'); -- 4417664
1860: ELSE
1861: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$flex_value_set_id$', TO_CHAR(p_flex_value_set_id)); -- 4417664
1862: END IF;
1863:
1864: IF p_transaction_coa_id IS NULL THEN
1865: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$transaction_coa_id$', ' null'); -- 4417664

Line 1865: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$transaction_coa_id$', ' null'); -- 4417664

1861: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$flex_value_set_id$', TO_CHAR(p_flex_value_set_id)); -- 4417664
1862: END IF;
1863:
1864: IF p_transaction_coa_id IS NULL THEN
1865: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$transaction_coa_id$', ' null'); -- 4417664
1866: ELSE
1867: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$transaction_coa_id$', TO_CHAR(p_transaction_coa_id)); -- 4417664
1868: END IF;
1869:

Line 1867: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$transaction_coa_id$', TO_CHAR(p_transaction_coa_id)); -- 4417664

1863:
1864: IF p_transaction_coa_id IS NULL THEN
1865: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$transaction_coa_id$', ' null'); -- 4417664
1866: ELSE
1867: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$transaction_coa_id$', TO_CHAR(p_transaction_coa_id)); -- 4417664
1868: END IF;
1869:
1870: IF p_accounting_coa_id IS NULL THEN
1871: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$accounting_coa_id$', ' null'); -- 4417664

Line 1871: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$accounting_coa_id$', ' null'); -- 4417664

1867: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$transaction_coa_id$', TO_CHAR(p_transaction_coa_id)); -- 4417664
1868: END IF;
1869:
1870: IF p_accounting_coa_id IS NULL THEN
1871: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$accounting_coa_id$', ' null'); -- 4417664
1872: ELSE l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$accounting_coa_id$', TO_CHAR(p_accounting_coa_id)); -- 4417664
1873: END IF;
1874:
1875: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$account_derivation_rule_code$' ,p_segment_rule_code); -- 4417664

Line 1872: ELSE l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$accounting_coa_id$', TO_CHAR(p_accounting_coa_id)); -- 4417664

1868: END IF;
1869:
1870: IF p_accounting_coa_id IS NULL THEN
1871: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$accounting_coa_id$', ' null'); -- 4417664
1872: ELSE l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$accounting_coa_id$', TO_CHAR(p_accounting_coa_id)); -- 4417664
1873: END IF;
1874:
1875: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$account_derivation_rule_code$' ,p_segment_rule_code); -- 4417664
1876: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$adr_type_code$' ,p_segment_rule_type_code); -- 4417664

Line 1875: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$account_derivation_rule_code$' ,p_segment_rule_code); -- 4417664

1871: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$accounting_coa_id$', ' null'); -- 4417664
1872: ELSE l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$accounting_coa_id$', TO_CHAR(p_accounting_coa_id)); -- 4417664
1873: END IF;
1874:
1875: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$account_derivation_rule_code$' ,p_segment_rule_code); -- 4417664
1876: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$adr_type_code$' ,p_segment_rule_type_code); -- 4417664
1877: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$adr_appl_id$' ,TO_CHAR(p_application_id) ); -- 4417664
1878: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$amb_context_code$' ,p_amb_context_code); -- 4417664
1879:

Line 1876: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$adr_type_code$' ,p_segment_rule_type_code); -- 4417664

1872: ELSE l_Adr := xla_cmp_string_pkg.replace_token(l_Adr, '$accounting_coa_id$', TO_CHAR(p_accounting_coa_id)); -- 4417664
1873: END IF;
1874:
1875: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$account_derivation_rule_code$' ,p_segment_rule_code); -- 4417664
1876: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$adr_type_code$' ,p_segment_rule_type_code); -- 4417664
1877: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$adr_appl_id$' ,TO_CHAR(p_application_id) ); -- 4417664
1878: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$amb_context_code$' ,p_amb_context_code); -- 4417664
1879:
1880: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr,'$adr_body$',

Line 1877: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$adr_appl_id$' ,TO_CHAR(p_application_id) ); -- 4417664

1873: END IF;
1874:
1875: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$account_derivation_rule_code$' ,p_segment_rule_code); -- 4417664
1876: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$adr_type_code$' ,p_segment_rule_type_code); -- 4417664
1877: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$adr_appl_id$' ,TO_CHAR(p_application_id) ); -- 4417664
1878: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$amb_context_code$' ,p_amb_context_code); -- 4417664
1879:
1880: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr,'$adr_body$',
1881: generate_adr_body (

Line 1878: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$amb_context_code$' ,p_amb_context_code); -- 4417664

1874:
1875: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$account_derivation_rule_code$' ,p_segment_rule_code); -- 4417664
1876: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$adr_type_code$' ,p_segment_rule_type_code); -- 4417664
1877: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$adr_appl_id$' ,TO_CHAR(p_application_id) ); -- 4417664
1878: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$amb_context_code$' ,p_amb_context_code); -- 4417664
1879:
1880: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr,'$adr_body$',
1881: generate_adr_body (
1882: p_application_id => p_application_id

Line 1880: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr,'$adr_body$',

1876: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$adr_type_code$' ,p_segment_rule_type_code); -- 4417664
1877: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$adr_appl_id$' ,TO_CHAR(p_application_id) ); -- 4417664
1878: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$amb_context_code$' ,p_amb_context_code); -- 4417664
1879:
1880: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr,'$adr_body$',
1881: generate_adr_body (
1882: p_application_id => p_application_id
1883: , p_amb_context_code => p_amb_context_code
1884: , p_segment_rule_code => p_segment_rule_code

Line 1897: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr , '$ADR_NAME$' , nvl(g_component_name,' ') ); -- 4417664

1893:
1894: IF g_component_type = 'TAB_ADR'
1895: THEN
1896: --Replace the ADR name
1897: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr , '$ADR_NAME$' , nvl(g_component_name,' ') ); -- 4417664
1898: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr , '$parameters$',
1899: xla_cmp_source_pkg.get_obj_parm_for_tab(
1900: p_array_source_index => p_array_adr_source_index
1901: , p_rec_sources => p_rec_sources

Line 1898: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr , '$parameters$',

1894: IF g_component_type = 'TAB_ADR'
1895: THEN
1896: --Replace the ADR name
1897: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr , '$ADR_NAME$' , nvl(g_component_name,' ') ); -- 4417664
1898: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr , '$parameters$',
1899: xla_cmp_source_pkg.get_obj_parm_for_tab(
1900: p_array_source_index => p_array_adr_source_index
1901: , p_rec_sources => p_rec_sources
1902: ));

Line 1905: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr , '$parameters$',

1901: , p_rec_sources => p_rec_sources
1902: ));
1903:
1904: ELSE
1905: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr , '$parameters$',
1906: nvl(xla_cmp_source_pkg.GenerateParameters(
1907: p_array_source_index => p_array_adr_source_index
1908: , p_rec_sources => p_rec_sources
1909: ),' '));

Line 1915: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$adr_hash_id$',TO_CHAR(

1911:
1912: IF g_component_type = 'TAB_ADR'
1913: THEN
1914:
1915: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$adr_hash_id$',TO_CHAR(
1916: xla_cmp_source_pkg.CacheAADObject (
1917: p_object => xla_cmp_source_pkg.C_ADR
1918: , p_object_code => p_segment_rule_code
1919: , p_object_type_code => p_segment_rule_type_code

Line 1929: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$adr_hash_id$',TO_CHAR(

1925: ))); -- 4417664
1926:
1927: ELSE
1928:
1929: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr ,'$adr_hash_id$',TO_CHAR(
1930: xla_cmp_source_pkg.CacheAADObject (
1931: p_object => xla_cmp_source_pkg.C_ADR
1932: , p_object_code => p_segment_rule_code
1933: , p_object_type_code => p_segment_rule_type_code

Line 2063: l_array_adr := xla_cmp_string_pkg.g_null_varchar2s;

2059: g_component_appl_id := p_application_id;
2060: g_component_name := p_adr_name;
2061: g_amb_context_code := p_amb_context_code;
2062: --
2063: l_array_adr := xla_cmp_string_pkg.g_null_varchar2s;
2064: --
2065: -- Generate the definition to the ADR function
2066: --
2067: l_Adr := generate_adr_function (

Line 2085: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr,'$package_name$',g_package_name);

2081: --
2082: , p_IsCompiled => p_IsCompiled
2083: );
2084: --
2085: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr,'$package_name$',g_package_name);
2086: --
2087: -- create the PL/SQL DBMS_SQL.VARCHAR2S array
2088: --
2089: xla_cmp_string_pkg.CreateString(

Line 2089: xla_cmp_string_pkg.CreateString(

2085: l_Adr := xla_cmp_string_pkg.replace_token(l_Adr,'$package_name$',g_package_name);
2086: --
2087: -- create the PL/SQL DBMS_SQL.VARCHAR2S array
2088: --
2089: xla_cmp_string_pkg.CreateString(
2090: p_package_text => l_Adr
2091: ,p_array_string => l_array_adr
2092: );
2093: --

Line 2123: RETURN xla_cmp_string_pkg.g_null_varchar2s;

2119: (p_module => l_log_module
2120: ,p_msg => 'ERROR: XLA_CMP_COMPILER_ERROR= '||sqlerrm
2121: ,p_level => C_LEVEL_EXCEPTION);
2122: END IF;
2123: RETURN xla_cmp_string_pkg.g_null_varchar2s;
2124: WHEN OTHERS THEN
2125: p_IsCompiled := FALSE;
2126: xla_exceptions_pkg.raise_message
2127: (p_location => 'xla_cmp_adr_pkg.generate_one_adr_fct');

Line 2360: l_Adrs := xla_cmp_string_pkg.ConcatTwoStrings (

2356: , p_IsCompiled => l_IsCompiled
2357: );
2358: --
2359: --
2360: l_Adrs := xla_cmp_string_pkg.ConcatTwoStrings (
2361: p_array_string_1 => l_Adrs
2362: ,p_array_string_2 => l_array_string
2363: );
2364: --

Line 2460: l_Adrs := xla_cmp_string_pkg.g_null_varchar2s;

2456: --
2457:
2458: l_IsCompiled := TRUE;
2459: g_package_name := p_package_name;
2460: l_Adrs := xla_cmp_string_pkg.g_null_varchar2s;
2461: --
2462:
2463: l_Adrs := generate_adr_fcts(
2464: p_product_rule_code => p_product_rule_code

Line 2604: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text

2600: p_array_source_index => p_array_adr_source_index
2601: , p_rec_sources => p_rec_sources
2602: );
2603:
2604: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text
2605: ,'$parameters$'
2606: ,NVL(l_parms, ' ')
2607: ); -- 4417664
2608:

Line 2619: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664

2615: , p_rec_aad_objects => p_rec_aad_objects
2616: );
2617:
2618: l_code := TO_CHAR(l_ObjectIndex);
2619: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664
2620: ,'$adr_hash_id$'
2621: ,l_code);
2622: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664
2623: ,'$account_derivation_rule_code$'

Line 2622: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664

2618: l_code := TO_CHAR(l_ObjectIndex);
2619: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664
2620: ,'$adr_hash_id$'
2621: ,l_code);
2622: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664
2623: ,'$account_derivation_rule_code$'
2624: ,p_segment_rule_code);
2625: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664
2626: ,'$adr_type_code$'

Line 2625: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664

2621: ,l_code);
2622: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664
2623: ,'$account_derivation_rule_code$'
2624: ,p_segment_rule_code);
2625: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664
2626: ,'$adr_type_code$'
2627: ,p_segment_rule_type_code);
2628: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664
2629: ,'$adr_appl_id$'

Line 2628: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664

2624: ,p_segment_rule_code);
2625: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664
2626: ,'$adr_type_code$'
2627: ,p_segment_rule_type_code);
2628: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664
2629: ,'$adr_appl_id$'
2630: ,to_char(p_application_id) );
2631: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664
2632: ,'$amb_context_code$'

Line 2631: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664

2627: ,p_segment_rule_type_code);
2628: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664
2629: ,'$adr_appl_id$'
2630: ,to_char(p_application_id) );
2631: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664
2632: ,'$amb_context_code$'
2633: ,p_amb_context_code);
2634: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664
2635: ,'$flexfield_segment_code$'

Line 2634: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664

2630: ,to_char(p_application_id) );
2631: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664
2632: ,'$amb_context_code$'
2633: ,p_amb_context_code);
2634: x_adr_spec_text := xla_cmp_string_pkg.replace_token( x_adr_spec_text -- 4417664
2635: ,'$flexfield_segment_code$'
2636: ,p_flexfield_segment_code);
2637:
2638: IF (C_LEVEL_PROCEDURE >= g_log_level) THEN

Line 2758: l_array_adr := xla_cmp_string_pkg.g_null_varchar2s;

2754: g_component_name := p_adr_name;
2755: g_amb_context_code := p_amb_context_code;
2756: --
2757:
2758: l_array_adr := xla_cmp_string_pkg.g_null_varchar2s;
2759: --
2760: -- Generate the body of the ADR function
2761: --
2762: x_adr_body := generate_adr_function (