DBA Data[Home] [Help]

APPS.XLA_CMP_ACCT_LINE_TYPE_PKG dependencies on XLA_CMP_STRING_PKG

Line 1538: l_desc := xla_cmp_string_pkg.replace_token(l_desc,'$desc_index$',TO_CHAR(l_ObjectIndex)); -- 4417664

1534: , p_rec_aad_objects => p_rec_aad_objects
1535: );
1536:
1537: l_desc := C_CALL_LINE_DESC;
1538: l_desc := xla_cmp_string_pkg.replace_token(l_desc,'$desc_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1539: l_desc := xla_cmp_string_pkg.replace_token(l_desc,'$parameters$',
1540: xla_cmp_call_fct_pkg.GetSourceParameters(
1541: p_array_source_index => p_rec_aad_objects.array_array_object(l_ObjectIndex)
1542: , p_rec_sources => p_rec_sources

Line 1539: l_desc := xla_cmp_string_pkg.replace_token(l_desc,'$parameters$',

1535: );
1536:
1537: l_desc := C_CALL_LINE_DESC;
1538: l_desc := xla_cmp_string_pkg.replace_token(l_desc,'$desc_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1539: l_desc := xla_cmp_string_pkg.replace_token(l_desc,'$parameters$',
1540: xla_cmp_call_fct_pkg.GetSourceParameters(
1541: p_array_source_index => p_rec_aad_objects.array_array_object(l_ObjectIndex)
1542: , p_rec_sources => p_rec_sources
1543: )

Line 1872: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,TO_CHAR(p_array_accounting_coa_id(Idx))); -- 4417664

1868: l_adr := REPLACE(C_CCID,'$transaction_coa_id$' ,'null');
1869: END IF;
1870:
1871: IF p_array_accounting_coa_id(Idx) IS NOT NULL THEN
1872: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,TO_CHAR(p_array_accounting_coa_id(Idx))); -- 4417664
1873: ELSE
1874: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,'null'); -- 4417664
1875: END IF;
1876:

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

1870:
1871: IF p_array_accounting_coa_id(Idx) IS NOT NULL THEN
1872: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,TO_CHAR(p_array_accounting_coa_id(Idx))); -- 4417664
1873: ELSE
1874: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,'null'); -- 4417664
1875: END IF;
1876:
1877: -- 4655713 initialis all segments to C_CHAR ------------------------------------------------------
1878: IF NVL(p_bflow_method_code,C_METHOD_NONE) = C_METHOD_SAME THEN

Line 1879: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$default_segments$' , C_DEFAULT_SEGMENTS);

1875: END IF;
1876:
1877: -- 4655713 initialis all segments to C_CHAR ------------------------------------------------------
1878: IF NVL(p_bflow_method_code,C_METHOD_NONE) = C_METHOD_SAME THEN
1879: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$default_segments$' , C_DEFAULT_SEGMENTS);
1880: ELSE
1881: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$default_segments$' ,'-- Business flow method is NONE.');
1882: END IF;
1883: --------------------------------------------------------------------------------------------------

Line 1881: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$default_segments$' ,'-- Business flow method is NONE.');

1877: -- 4655713 initialis all segments to C_CHAR ------------------------------------------------------
1878: IF NVL(p_bflow_method_code,C_METHOD_NONE) = C_METHOD_SAME THEN
1879: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$default_segments$' , C_DEFAULT_SEGMENTS);
1880: ELSE
1881: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$default_segments$' ,'-- Business flow method is NONE.');
1882: END IF;
1883: --------------------------------------------------------------------------------------------------
1884:
1885: l_adr := l_adr || g_chr_newline;

Line 1896: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,TO_CHAR(p_array_accounting_coa_id(Idx))); -- 4417664

1892: l_adr := REPLACE(C_SEGMENT,'$transaction_coa_id$' ,'null');
1893: END IF;
1894:
1895: IF p_array_accounting_coa_id(Idx) IS NOT NULL THEN
1896: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,TO_CHAR(p_array_accounting_coa_id(Idx))); -- 4417664
1897: ELSE
1898: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,'null'); -- 4417664
1899: END IF;
1900:

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

1894:
1895: IF p_array_accounting_coa_id(Idx) IS NOT NULL THEN
1896: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,TO_CHAR(p_array_accounting_coa_id(Idx))); -- 4417664
1897: ELSE
1898: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,'null'); -- 4417664
1899: END IF;
1900:
1901: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$flexfield_segment_code$' , p_array_adr_segment_code(Idx)); -- 4417664
1902: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$Side$',p_array_side_code(Idx)); -- 4417664

Line 1901: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$flexfield_segment_code$' , p_array_adr_segment_code(Idx)); -- 4417664

1897: ELSE
1898: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,'null'); -- 4417664
1899: END IF;
1900:
1901: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$flexfield_segment_code$' , p_array_adr_segment_code(Idx)); -- 4417664
1902: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$Side$',p_array_side_code(Idx)); -- 4417664
1903: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$entity_code$', p_entity_code ); -- 4417664
1904: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$event_class_code$', p_event_class_code); -- 4417664
1905: l_adr := l_adr || g_chr_newline;

Line 1902: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$Side$',p_array_side_code(Idx)); -- 4417664

1898: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,'null'); -- 4417664
1899: END IF;
1900:
1901: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$flexfield_segment_code$' , p_array_adr_segment_code(Idx)); -- 4417664
1902: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$Side$',p_array_side_code(Idx)); -- 4417664
1903: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$entity_code$', p_entity_code ); -- 4417664
1904: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$event_class_code$', p_event_class_code); -- 4417664
1905: l_adr := l_adr || g_chr_newline;
1906: l_adrs := l_adrs || l_adr;

Line 1903: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$entity_code$', p_entity_code ); -- 4417664

1899: END IF;
1900:
1901: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$flexfield_segment_code$' , p_array_adr_segment_code(Idx)); -- 4417664
1902: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$Side$',p_array_side_code(Idx)); -- 4417664
1903: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$entity_code$', p_entity_code ); -- 4417664
1904: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$event_class_code$', p_event_class_code); -- 4417664
1905: l_adr := l_adr || g_chr_newline;
1906: l_adrs := l_adrs || l_adr;
1907:

Line 1904: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$event_class_code$', p_event_class_code); -- 4417664

1900:
1901: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$flexfield_segment_code$' , p_array_adr_segment_code(Idx)); -- 4417664
1902: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$Side$',p_array_side_code(Idx)); -- 4417664
1903: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$entity_code$', p_entity_code ); -- 4417664
1904: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$event_class_code$', p_event_class_code); -- 4417664
1905: l_adr := l_adr || g_chr_newline;
1906: l_adrs := l_adrs || l_adr;
1907:
1908: END IF;

Line 1944: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664

1940:
1941: IF p_array_adr_segment_code(Idx) = 'ALL' THEN
1942:
1943: l_adr := C_CALL_SET_CCID;
1944: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1945: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1946: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1947: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1948: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664

Line 1945: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664

1941: IF p_array_adr_segment_code(Idx) = 'ALL' THEN
1942:
1943: l_adr := C_CALL_SET_CCID;
1944: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1945: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1946: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1947: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1948: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1949: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664

Line 1946: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664

1942:
1943: l_adr := C_CALL_SET_CCID;
1944: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1945: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1946: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1947: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1948: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1949: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1950:

Line 1947: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664

1943: l_adr := C_CALL_SET_CCID;
1944: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1945: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1946: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1947: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1948: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1949: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1950:
1951: ELSE

Line 1948: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664

1944: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1945: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1946: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1947: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1948: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1949: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1950:
1951: ELSE
1952:

Line 1949: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664

1945: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1946: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1947: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1948: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1949: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1950:
1951: ELSE
1952:
1953: l_adr := C_CALL_SET_SEGMENT;

Line 1954: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664

1950:
1951: ELSE
1952:
1953: l_adr := C_CALL_SET_SEGMENT;
1954: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1955: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$segment_code$',p_array_adr_segment_code(Idx)); -- 4417664
1956: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1957: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1958: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664

Line 1955: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$segment_code$',p_array_adr_segment_code(Idx)); -- 4417664

1951: ELSE
1952:
1953: l_adr := C_CALL_SET_SEGMENT;
1954: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1955: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$segment_code$',p_array_adr_segment_code(Idx)); -- 4417664
1956: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1957: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1958: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1959: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664

Line 1956: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664

1952:
1953: l_adr := C_CALL_SET_SEGMENT;
1954: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1955: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$segment_code$',p_array_adr_segment_code(Idx)); -- 4417664
1956: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1957: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1958: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1959: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1960: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664

Line 1957: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664

1953: l_adr := C_CALL_SET_SEGMENT;
1954: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1955: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$segment_code$',p_array_adr_segment_code(Idx)); -- 4417664
1956: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1957: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1958: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1959: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1960: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1961: --

Line 1958: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664

1954: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1955: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$segment_code$',p_array_adr_segment_code(Idx)); -- 4417664
1956: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1957: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1958: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1959: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1960: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1961: --
1962: -- bug 4307087

Line 1959: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664

1955: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$segment_code$',p_array_adr_segment_code(Idx)); -- 4417664
1956: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1957: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1958: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1959: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1960: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1961: --
1962: -- bug 4307087
1963: --

Line 1960: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664

1956: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1957: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1958: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1959: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1960: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1961: --
1962: -- bug 4307087
1963: --
1964: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$override_seg_flag$'

Line 1964: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$override_seg_flag$'

1960: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1961: --
1962: -- bug 4307087
1963: --
1964: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$override_seg_flag$'
1965: ,GetOverrideSegFlag (p_array_adr_segment_code)); -- 4417664
1966: END IF;
1967:
1968: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$parameters$',

Line 1968: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$parameters$',

1964: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$override_seg_flag$'
1965: ,GetOverrideSegFlag (p_array_adr_segment_code)); -- 4417664
1966: END IF;
1967:
1968: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$parameters$',
1969: xla_cmp_call_fct_pkg.GetSourceParameters(
1970: p_array_source_index => p_rec_aad_objects.array_array_object(l_ObjectIndex)
1971: , p_rec_sources => p_rec_sources
1972: )

Line 2346: l_line := xla_cmp_string_pkg.replace_token(l_line,'$mpa_jlt_index$',TO_CHAR(l_ObjectIndex));

2342: , p_array_source_Index => p_array_alt_source_index
2343: , p_rec_aad_objects => p_rec_aad_objects);
2344:
2345: l_line := C_MPA_RECOG_JLT_BODY;
2346: l_line := xla_cmp_string_pkg.replace_token(l_line,'$mpa_jlt_index$',TO_CHAR(l_ObjectIndex));
2347: l_line := xla_cmp_string_pkg.replace_token(l_line,'$parameters$',
2348: xla_cmp_call_fct_pkg.GetSourceParameters(
2349: p_array_source_index => p_rec_aad_objects.array_array_object(l_ObjectIndex)
2350: , p_rec_sources => p_rec_sources));

Line 2347: l_line := xla_cmp_string_pkg.replace_token(l_line,'$parameters$',

2343: , p_rec_aad_objects => p_rec_aad_objects);
2344:
2345: l_line := C_MPA_RECOG_JLT_BODY;
2346: l_line := xla_cmp_string_pkg.replace_token(l_line,'$mpa_jlt_index$',TO_CHAR(l_ObjectIndex));
2347: l_line := xla_cmp_string_pkg.replace_token(l_line,'$parameters$',
2348: xla_cmp_call_fct_pkg.GetSourceParameters(
2349: p_array_source_index => p_rec_aad_objects.array_array_object(l_ObjectIndex)
2350: , p_rec_sources => p_rec_sources));
2351: ELSE

Line 2602: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_option$',

2598: ELSE
2599: l_body := C_MPA_BODY;
2600:
2601: --
2602: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_option$',
2603: xla_cmp_source_pkg.GenerateSource(
2604: p_Index => l_mpa_option_source_idx
2605: , p_rec_sources => p_rec_sources
2606: , p_translated_flag => 'N')

Line 2609: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_start_date$',

2605: , p_rec_sources => p_rec_sources
2606: , p_translated_flag => 'N')
2607: );
2608: --
2609: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_start_date$',
2610: xla_cmp_source_pkg.GenerateSource(
2611: p_Index => l_mpa_start_date_source_idx
2612: , p_rec_sources => p_rec_sources
2613: , p_translated_flag => 'N')

Line 2616: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_end_date$',

2612: , p_rec_sources => p_rec_sources
2613: , p_translated_flag => 'N')
2614: );
2615: --
2616: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_end_date$',
2617: xla_cmp_source_pkg.GenerateSource(
2618: p_Index => l_mpa_end_date_source_idx
2619: , p_rec_sources => p_rec_sources
2620: , p_translated_flag => 'N')

Line 2623: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_gl_dates$', p_gl_dates_code); -- p_mpa_gl_date_code

2619: , p_rec_sources => p_rec_sources
2620: , p_translated_flag => 'N')
2621: );
2622:
2623: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_gl_dates$', p_gl_dates_code); -- p_mpa_gl_date_code
2624: --
2625: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_num_je$', p_num_je_code); -- p_mpa_num_je_code
2626:
2627: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_proration_code$', p_proration_code); -- 4262811

Line 2625: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_num_je$', p_num_je_code); -- p_mpa_num_je_code

2621: );
2622:
2623: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_gl_dates$', p_gl_dates_code); -- p_mpa_gl_date_code
2624: --
2625: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_num_je$', p_num_je_code); -- p_mpa_num_je_code
2626:
2627: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_proration_code$', p_proration_code); -- 4262811
2628:
2629: -- Generate MPA header description -------------------------------------------

Line 2627: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_proration_code$', p_proration_code); -- 4262811

2623: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_gl_dates$', p_gl_dates_code); -- p_mpa_gl_date_code
2624: --
2625: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_num_je$', p_num_je_code); -- p_mpa_num_je_code
2626:
2627: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_proration_code$', p_proration_code); -- 4262811
2628:
2629: -- Generate MPA header description -------------------------------------------
2630: l_body2:= GenerateCallDescription
2631: (p_application_id => p_application_id

Line 2645: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_description$', l_body2);

2641: ELSE
2642: l_body2 := C_MPA_HDR_NO_DESC; -- 4590313
2643: END IF;
2644:
2645: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_description$', l_body2);
2646: --------------------------------------------------------------------------------
2647:
2648: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_analytical_criteria$',
2649: xla_cmp_analytic_criteria_pkg.GenerateMpaHeaderAC(

Line 2648: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_analytical_criteria$',

2644:
2645: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_description$', l_body2);
2646: --------------------------------------------------------------------------------
2647:
2648: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_analytical_criteria$',
2649: xla_cmp_analytic_criteria_pkg.GenerateMpaHeaderAC(
2650: p_application_id => p_application_id
2651: , p_amb_context_code => p_amb_context_code
2652: , p_event_class => p_event_class

Line 2684: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_jlt$',l_mpa_jlt_body);

2680: l_mpa_jlt_body := l_mpa_jlt_body ||'l_recog_line_'||to_char(i)||' := ' || l_body2;
2681: END IF;
2682: END LOOP;
2683:
2684: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_jlt$',l_mpa_jlt_body);
2685:
2686: END IF; -- l_mpa_start_date_source_idx IS NULL
2687:
2688: END IF;

Line 2804: l_alt := xla_cmp_string_pkg.replace_token(l_alt

2800: p_accounting_line_code IS NOT NULL AND
2801: p_accounting_line_type_code IS NOT NULL THEN
2802: -- p_bflow_method_code <> C_METHOD_PRIOR THEN Bug 4922099
2803: --
2804: l_alt := xla_cmp_string_pkg.replace_token(l_alt
2805: ,'$call_adr$'
2806: , g_adrs
2807: );
2808: ELSE

Line 2809: l_alt := xla_cmp_string_pkg.replace_token(l_alt

2805: ,'$call_adr$'
2806: , g_adrs
2807: );
2808: ELSE
2809: l_alt := xla_cmp_string_pkg.replace_token(l_alt
2810: ,'$call_adr$'
2811: ,'-- No adrs. ');
2812: END IF; --end bug 7444204
2813:

Line 2816: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$mpa_body$',

2812: END IF; --end bug 7444204
2813:
2814:
2815:
2816: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$mpa_body$',
2817: GenerateMpaBody (
2818: p_application_id => p_application_id
2819: , p_amb_context_code => p_amb_context_code
2820: , p_event_class => p_event_class

Line 2944: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$set_actual_enc_flag$', '

2940: END IF;
2941:
2942: l_alt := C_ALT_BODY;
2943: IF((p_gain_or_loss_flag is null or p_gain_or_loss_flag = 'N') AND p_natural_side_code <> 'G') THEN
2944: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$set_actual_enc_flag$', '
2945: IF(l_balance_type_code = ''A'' and p_actual_flag is null) THEN
2946: p_actual_flag :=''A'';
2947: END IF;');
2948: ELSE

Line 2949: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$set_actual_enc_flag$', '

2945: IF(l_balance_type_code = ''A'' and p_actual_flag is null) THEN
2946: p_actual_flag :=''A'';
2947: END IF;');
2948: ELSE
2949: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$set_actual_enc_flag$', '
2950: IF(l_balance_type_code = ''A'' ) THEN
2951: p_actual_flag :=''G'';
2952: END IF;');
2953: END IF;

Line 2959: l_alt := xla_cmp_string_pkg.replace_token(l_alt

2955: --
2956: -- set accounting line type
2957: --
2958: --
2959: l_alt := xla_cmp_string_pkg.replace_token(l_alt
2960: ,'$acct_line_options$'
2961: ,GetALTOption
2962: (p_acct_entry_type_code
2963: ,nvl(p_gain_or_loss_flag, 'N')

Line 2970: l_alt := xla_cmp_string_pkg.replace_token(l_alt

2966: ,p_switch_side_flag
2967: ,p_merge_duplicate_code)
2968: );
2969: --
2970: l_alt := xla_cmp_string_pkg.replace_token(l_alt
2971: ,'$set_acct_class$'
2972: ,GetAcctClassCode
2973: (p_accounting_class_code)
2974: );

Line 2976: l_alt := xla_cmp_string_pkg.replace_token(l_alt

2972: ,GetAcctClassCode
2973: (p_accounting_class_code)
2974: );
2975: --
2976: l_alt := xla_cmp_string_pkg.replace_token(l_alt
2977: ,'$set_rounding_class$'
2978: ,GetRoundingClassCode
2979: (p_rounding_class_code)
2980: );

Line 2983: l_alt := xla_cmp_string_pkg.replace_token(l_alt

2979: (p_rounding_class_code)
2980: );
2981: -- 4458381 Public Sector Enh
2982: IF (p_acct_entry_type_code = 'E') THEN
2983: l_alt := xla_cmp_string_pkg.replace_token(l_alt
2984: ,'$set_encumbrance_type_id$'
2985: ,GetEncumbranceTypeId(p_encumbrance_type_id));
2986: ELSE
2987: l_alt := xla_cmp_string_pkg.replace_token(l_alt

Line 2987: l_alt := xla_cmp_string_pkg.replace_token(l_alt

2983: l_alt := xla_cmp_string_pkg.replace_token(l_alt
2984: ,'$set_encumbrance_type_id$'
2985: ,GetEncumbranceTypeId(p_encumbrance_type_id));
2986: ELSE
2987: l_alt := xla_cmp_string_pkg.replace_token(l_alt
2988: ,'$set_encumbrance_type_id$'
2989: ,'');
2990: END IF;
2991: --

Line 2992: l_alt := xla_cmp_string_pkg.replace_token(l_alt

2988: ,'$set_encumbrance_type_id$'
2989: ,'');
2990: END IF;
2991: --
2992: l_alt := xla_cmp_string_pkg.replace_token(l_alt
2993: ,'$alt_acct_attributes$'
2994: ,GetAccountingSources
2995: (p_application_id
2996: ,p_accounting_line_code

Line 3012: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3008: -- 4219869
3009: -- Perform Business Flow validation only if business flow method is not NONE
3010: ----------------------------------------------------------------------------
3011: IF p_bflow_method_code <> C_METHOD_NONE THEN
3012: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3013: ,'$call_bflow_validation$'
3014: ,'XLA_AE_LINES_PKG.business_flow_validation(
3015: p_business_method_code => l_bflow_method_code
3016: ,p_business_class_code => l_bflow_class_code

Line 3019: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3015: p_business_method_code => l_bflow_method_code
3016: ,p_business_class_code => l_bflow_class_code
3017: ,p_inherit_description_flag => l_inherit_desc_flag);');
3018: ELSE
3019: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3020: ,'$call_bflow_validation$'
3021: ,'-- No business flow processing for business flow method of NONE.');
3022: END IF;
3023: --

Line 3030: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3026: -- 4219869 Business Flow
3027: -- Do not generate AC for Prior Entry method
3028: -----------------------------------------------
3029: IF p_bflow_method_code <> C_METHOD_PRIOR THEN
3030: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3031: ,'$call_analytical_criteria$'
3032: ,GetCallAnalyticCriteria
3033: (p_application_id
3034: ,p_amb_context_code

Line 3045: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3041: ,p_array_alt_source_index
3042: ,p_rec_sources)
3043: );
3044: ELSE -- 4219869 - Do not generate AC for Prior Entry method
3045: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3046: ,'$call_analytical_criteria$'
3047: ,'-- Inherited Analytical Criteria for business flow method of Prior Entry.');
3048: END IF;
3049:

Line 3061: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3057: nvl(p_inherit_desc_flag,'N') = 'N' THEN
3058: --
3059: -- generate call to description functions
3060: --
3061: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3062: ,'$call_description$'
3063: ,GenerateCallDescription
3064: (p_application_id => p_application_id
3065: ,p_description_type_code => p_description_type_code

Line 3074: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3070: ,p_rec_sources => p_rec_sources)
3071: );
3072: --
3073: ELSE
3074: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3075: ,'$call_description$'
3076: ,'-- No description or it is inherited.');
3077: END IF;
3078: --

Line 3094: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3090: p_accounting_line_code IS NOT NULL AND
3091: p_accounting_line_type_code IS NOT NULL THEN
3092: -- p_bflow_method_code <> C_METHOD_PRIOR THEN Bug 4922099
3093: --
3094: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3095: ,'$call_adr$'
3096: ,GenerateCallADR
3097: (p_application_id
3098: ,p_amb_context_code

Line 3112: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3108: ,p_rec_aad_objects
3109: ,p_rec_sources)
3110: );
3111: ELSE
3112: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3113: ,'$call_adr$'
3114: ,'-- No adrs. ');
3115: END IF;
3116:

Line 3120: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$no_adr_assigned$', '1 = 1');

3116:
3117: ---------------------------------------------------------------------------------
3118: -- 4922099
3119: IF (g_no_adr_assigned) THEN
3120: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$no_adr_assigned$', '1 = 1');
3121: ELSE
3122: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$no_adr_assigned$', '1 = 2');
3123: END IF;
3124:

Line 3122: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$no_adr_assigned$', '1 = 2');

3118: -- 4922099
3119: IF (g_no_adr_assigned) THEN
3120: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$no_adr_assigned$', '1 = 1');
3121: ELSE
3122: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$no_adr_assigned$', '1 = 2');
3123: END IF;
3124:
3125: -- reset the global variable
3126: g_no_adr_assigned := FALSE;

Line 3133: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3129: -- 4219869
3130: -- Call validate line only if the Business Flow method is not Prior Entry
3131: -------------------------------------------------------------------------
3132: IF p_bflow_method_code <> C_METHOD_PRIOR THEN
3133: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3134: ,'$call_validate_line$'
3135: ,'XLA_AE_LINES_PKG.ValidateCurrentLine;'
3136: );
3137: ELSE

Line 3138: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3134: ,'$call_validate_line$'
3135: ,'XLA_AE_LINES_PKG.ValidateCurrentLine;'
3136: );
3137: ELSE
3138: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3139: ,'$call_validate_line$'
3140: ,'-- No ValidateCurrentLine for business flow method of Prior Entry');
3141: END IF;
3142: --

Line 3483: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_gain_or_loss_cond$',

3479: END IF;
3480:
3481: l_alt := C_ALT_PROC;
3482: IF(p_natural_side_code = 'G') THEN
3483: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_gain_or_loss_cond$',
3484: 'IF NOT ((p_calculate_g_l_flag = ''Y'' AND XLA_AE_JOURNAL_ENTRY_PKG.g_cache_ledgers_info.ledger_category_code <> ''ALC'') or
3485: (XLA_AE_JOURNAL_ENTRY_PKG.g_cache_ledgers_info.ledger_category_code in (''ALC'', ''SECONDARY'') AND XLA_AE_JOURNAL_ENTRY_PKG.g_cache_ledgers_info.calculate_amts_flag=''Y'')) THEN
3486: return;
3487: END IF;

Line 3490: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_gain_or_loss_cond$', ' ');

3486: return;
3487: END IF;
3488: ');
3489: ELSIF(p_gain_or_loss_flag is null or p_gain_or_loss_flag = 'N') THEN
3490: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_gain_or_loss_cond$', ' ');
3491: ELSE
3492: -- only execute for primary, vm-secondary, secondary with same currency of primary
3493: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_gain_or_loss_cond$',
3494: 'IF ((p_calculate_g_l_flag = ''Y'' AND XLA_AE_JOURNAL_ENTRY_PKG.g_cache_ledgers_info.ledger_category_code <> ''ALC'') or

Line 3493: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_gain_or_loss_cond$',

3489: ELSIF(p_gain_or_loss_flag is null or p_gain_or_loss_flag = 'N') THEN
3490: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_gain_or_loss_cond$', ' ');
3491: ELSE
3492: -- only execute for primary, vm-secondary, secondary with same currency of primary
3493: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_gain_or_loss_cond$',
3494: 'IF ((p_calculate_g_l_flag = ''Y'' AND XLA_AE_JOURNAL_ENTRY_PKG.g_cache_ledgers_info.ledger_category_code <> ''ALC'') or
3495: (XLA_AE_JOURNAL_ENTRY_PKG.g_cache_ledgers_info.ledger_category_code in (''ALC'', ''SECONDARY'') AND XLA_AE_JOURNAL_ENTRY_PKG.g_cache_ledgers_info.calculate_amts_flag=''Y'')) THEN
3496: return;
3497: END IF;

Line 3500: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_gain_or_loss_cond$',

3496: return;
3497: END IF;
3498: ');
3499: /*
3500: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_gain_or_loss_cond$',
3501: 'IF p_calculate_g_l_flag = ''Y'' OR (NOT ((XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.target_ledger_id =
3502: XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.ledger_id) OR
3503: (XLA_AE_JOURNAL_ENTRY_PKG.g_cache_ledgers_info.ledger_category_code = ''SECONDARY'' AND
3504: XLA_AE_JOURNAL_ENTRY_PKG.g_cache_ledgers_info.calculate_amts_flag=''N''))) THEN

Line 3513: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_cond$',

3509: END IF;
3510: --
3511: -- 4458381, 5394730 (replicate BC JEs to secondary/ALC for Actual and encumbrance)
3512: --IF (p_budgetary_control_flag = 'N') THEN
3513: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_cond$',
3514: 'IF XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.target_ledger_id = XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.ledger_id OR
3515: l_balance_type_code <> ''B'' THEN');
3516: /*
3517: ELSE

Line 3518: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_cond$',

3514: 'IF XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.target_ledger_id = XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.ledger_id OR
3515: l_balance_type_code <> ''B'' THEN');
3516: /*
3517: ELSE
3518: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_cond$',
3519: 'IF XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.budgetary_control_flag = l_budgetary_control_flag AND
3520: XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.target_ledger_id =
3521: XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.ledger_id THEN');
3522: END IF;

Line 3525: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_body$',

3521: XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.ledger_id THEN');
3522: END IF;
3523: */
3524:
3525: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_body$',
3526: GetAcctLineTypeBody (
3527: p_application_id => p_application_id
3528: , p_amb_context_code => p_amb_context_code
3529: , p_entity_code => p_entity_code

Line 3582: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$parameters$' ,' '); -- 4417664

3578: , p_rec_sources => p_rec_sources
3579: ) ;
3580: --
3581: IF l_parameters IS NULL THEN
3582: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$parameters$' ,' '); -- 4417664
3583: ELSE
3584: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$parameters$' ,l_parameters );
3585: END IF;
3586: --

Line 3584: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$parameters$' ,l_parameters );

3580: --
3581: IF l_parameters IS NULL THEN
3582: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$parameters$' ,' '); -- 4417664
3583: ELSE
3584: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$parameters$' ,l_parameters );
3585: END IF;
3586: --
3587: -- cache JLT in AAD object cache
3588: --

Line 3602: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_hash_id$' ,TO_CHAR(l_ObjectIndex));

3598: , p_array_source_index => p_array_alt_source_index
3599: , p_rec_aad_objects => p_rec_aad_objects
3600: );
3601: --
3602: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_hash_id$' ,TO_CHAR(l_ObjectIndex));
3603: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_code$' ,p_accounting_line_code);
3604: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_type_code$' ,p_accounting_line_type_code);
3605: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_appl_id$' ,TO_CHAR(p_application_id));
3606: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));

Line 3603: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_code$' ,p_accounting_line_code);

3599: , p_rec_aad_objects => p_rec_aad_objects
3600: );
3601: --
3602: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_hash_id$' ,TO_CHAR(l_ObjectIndex));
3603: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_code$' ,p_accounting_line_code);
3604: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_type_code$' ,p_accounting_line_type_code);
3605: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_appl_id$' ,TO_CHAR(p_application_id));
3606: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));
3607: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));

Line 3604: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_type_code$' ,p_accounting_line_type_code);

3600: );
3601: --
3602: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_hash_id$' ,TO_CHAR(l_ObjectIndex));
3603: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_code$' ,p_accounting_line_code);
3604: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_type_code$' ,p_accounting_line_type_code);
3605: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_appl_id$' ,TO_CHAR(p_application_id));
3606: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));
3607: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));
3608: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));

Line 3605: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_appl_id$' ,TO_CHAR(p_application_id));

3601: --
3602: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_hash_id$' ,TO_CHAR(l_ObjectIndex));
3603: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_code$' ,p_accounting_line_code);
3604: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_type_code$' ,p_accounting_line_type_code);
3605: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_appl_id$' ,TO_CHAR(p_application_id));
3606: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));
3607: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));
3608: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));
3609: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_type_code$' ,nvl(p_event_type_code,' '));

Line 3606: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));

3602: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_hash_id$' ,TO_CHAR(l_ObjectIndex));
3603: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_code$' ,p_accounting_line_code);
3604: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_type_code$' ,p_accounting_line_type_code);
3605: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_appl_id$' ,TO_CHAR(p_application_id));
3606: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));
3607: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));
3608: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));
3609: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_type_code$' ,nvl(p_event_type_code,' '));
3610: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_owner_code$' ,nvl(p_line_definition_owner_code,' '));

Line 3607: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));

3603: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_code$' ,p_accounting_line_code);
3604: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_type_code$' ,p_accounting_line_type_code);
3605: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_appl_id$' ,TO_CHAR(p_application_id));
3606: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));
3607: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));
3608: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));
3609: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_type_code$' ,nvl(p_event_type_code,' '));
3610: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_owner_code$' ,nvl(p_line_definition_owner_code,' '));
3611: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_code$' ,nvl(p_line_definition_code,' '));

Line 3608: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));

3604: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_type_code$' ,p_accounting_line_type_code);
3605: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_appl_id$' ,TO_CHAR(p_application_id));
3606: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));
3607: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));
3608: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));
3609: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_type_code$' ,nvl(p_event_type_code,' '));
3610: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_owner_code$' ,nvl(p_line_definition_owner_code,' '));
3611: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_code$' ,nvl(p_line_definition_code,' '));
3612: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$balance_type_code$' ,nvl(p_acct_entry_type_code,' '));

Line 3609: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_type_code$' ,nvl(p_event_type_code,' '));

3605: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_appl_id$' ,TO_CHAR(p_application_id));
3606: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));
3607: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));
3608: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));
3609: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_type_code$' ,nvl(p_event_type_code,' '));
3610: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_owner_code$' ,nvl(p_line_definition_owner_code,' '));
3611: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_code$' ,nvl(p_line_definition_code,' '));
3612: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$balance_type_code$' ,nvl(p_acct_entry_type_code,' '));
3613: -- 4219869 Business Flow

Line 3610: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_owner_code$' ,nvl(p_line_definition_owner_code,' '));

3606: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));
3607: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));
3608: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));
3609: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_type_code$' ,nvl(p_event_type_code,' '));
3610: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_owner_code$' ,nvl(p_line_definition_owner_code,' '));
3611: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_code$' ,nvl(p_line_definition_code,' '));
3612: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$balance_type_code$' ,nvl(p_acct_entry_type_code,' '));
3613: -- 4219869 Business Flow
3614: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_method_code$' ,p_bflow_method_code);

Line 3611: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_code$' ,nvl(p_line_definition_code,' '));

3607: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));
3608: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));
3609: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_type_code$' ,nvl(p_event_type_code,' '));
3610: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_owner_code$' ,nvl(p_line_definition_owner_code,' '));
3611: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_code$' ,nvl(p_line_definition_code,' '));
3612: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$balance_type_code$' ,nvl(p_acct_entry_type_code,' '));
3613: -- 4219869 Business Flow
3614: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_method_code$' ,p_bflow_method_code);
3615: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_class_code$' ,p_bflow_class_code);

Line 3612: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$balance_type_code$' ,nvl(p_acct_entry_type_code,' '));

3608: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));
3609: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_type_code$' ,nvl(p_event_type_code,' '));
3610: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_owner_code$' ,nvl(p_line_definition_owner_code,' '));
3611: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_code$' ,nvl(p_line_definition_code,' '));
3612: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$balance_type_code$' ,nvl(p_acct_entry_type_code,' '));
3613: -- 4219869 Business Flow
3614: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_method_code$' ,p_bflow_method_code);
3615: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_class_code$' ,p_bflow_class_code);
3616: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$inherit_desc_flag$' ,p_inherit_desc_flag);

Line 3614: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_method_code$' ,p_bflow_method_code);

3610: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_owner_code$' ,nvl(p_line_definition_owner_code,' '));
3611: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_code$' ,nvl(p_line_definition_code,' '));
3612: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$balance_type_code$' ,nvl(p_acct_entry_type_code,' '));
3613: -- 4219869 Business Flow
3614: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_method_code$' ,p_bflow_method_code);
3615: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_class_code$' ,p_bflow_class_code);
3616: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$inherit_desc_flag$' ,p_inherit_desc_flag);
3617: -- 4458381 Public Sector Enh
3618: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$budgetary_control_flag$' ,p_budgetary_control_flag);

Line 3615: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_class_code$' ,p_bflow_class_code);

3611: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_code$' ,nvl(p_line_definition_code,' '));
3612: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$balance_type_code$' ,nvl(p_acct_entry_type_code,' '));
3613: -- 4219869 Business Flow
3614: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_method_code$' ,p_bflow_method_code);
3615: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_class_code$' ,p_bflow_class_code);
3616: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$inherit_desc_flag$' ,p_inherit_desc_flag);
3617: -- 4458381 Public Sector Enh
3618: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$budgetary_control_flag$' ,p_budgetary_control_flag);
3619: --

Line 3616: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$inherit_desc_flag$' ,p_inherit_desc_flag);

3612: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$balance_type_code$' ,nvl(p_acct_entry_type_code,' '));
3613: -- 4219869 Business Flow
3614: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_method_code$' ,p_bflow_method_code);
3615: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_class_code$' ,p_bflow_class_code);
3616: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$inherit_desc_flag$' ,p_inherit_desc_flag);
3617: -- 4458381 Public Sector Enh
3618: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$budgetary_control_flag$' ,p_budgetary_control_flag);
3619: --
3620: IF (C_LEVEL_PROCEDURE >= g_log_level) THEN

Line 3618: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$budgetary_control_flag$' ,p_budgetary_control_flag);

3614: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_method_code$' ,p_bflow_method_code);
3615: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_class_code$' ,p_bflow_class_code);
3616: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$inherit_desc_flag$' ,p_inherit_desc_flag);
3617: -- 4458381 Public Sector Enh
3618: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$budgetary_control_flag$' ,p_budgetary_control_flag);
3619: --
3620: IF (C_LEVEL_PROCEDURE >= g_log_level) THEN
3621: trace
3622: (p_msg => 'END of GenerateDefAcctLineType'

Line 3801: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$package_name$',g_package_name); -- 4417664

3797: --
3798: , p_IsCompiled => l_IsCompiled
3799: );
3800:
3801: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$package_name$',g_package_name); -- 4417664
3802:
3803: xla_cmp_string_pkg.CreateString(
3804: p_package_text => l_alt
3805: ,p_array_string => l_array_alt

Line 3803: xla_cmp_string_pkg.CreateString(

3799: );
3800:
3801: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$package_name$',g_package_name); -- 4417664
3802:
3803: xla_cmp_string_pkg.CreateString(
3804: p_package_text => l_alt
3805: ,p_array_string => l_array_alt
3806: );
3807:

Line 3834: RETURN xla_cmp_string_pkg.g_null_varchar2s;

3830: ,p_level => C_LEVEL_EXCEPTION
3831: ,p_module => l_log_module);
3832: END IF;
3833: p_IsCompiled := FALSE;
3834: RETURN xla_cmp_string_pkg.g_null_varchar2s;
3835: WHEN xla_exceptions_pkg.application_exception THEN
3836: IF (C_LEVEL_EXCEPTION >= g_log_level) THEN
3837: trace
3838: (p_msg => 'ERROR: XLA_CMP_COMPILER_ERROR = '||sqlerrm

Line 3843: RETURN xla_cmp_string_pkg.g_null_varchar2s;

3839: ,p_level => C_LEVEL_EXCEPTION
3840: ,p_module => l_log_module);
3841: END IF;
3842: p_IsCompiled := FALSE;
3843: RETURN xla_cmp_string_pkg.g_null_varchar2s;
3844: WHEN OTHERS THEN
3845: p_IsCompiled := FALSE;
3846: xla_exceptions_pkg.raise_message
3847: (p_location => 'xla_cmp_acct_line_type_pkg.GenerateOneAcctLineType');

Line 4069: l_AcctlineTypes := xla_cmp_string_pkg.g_null_varchar2s;

4065: , l_array_encumbrance_type_id -- 4458381 Public Sector Enh
4066: ;
4067: CLOSE alt_cur;
4068:
4069: l_AcctlineTypes := xla_cmp_string_pkg.g_null_varchar2s;
4070:
4071:
4072: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
4073: trace(p_msg => '# ALT = '||l_array_alt_code.COUNT

Line 4143: l_AcctlineTypes := xla_cmp_string_pkg.ConcatTwoStrings (

4139: --
4140: , p_IsCompiled => l_IsCompiled
4141: );
4142:
4143: l_AcctlineTypes := xla_cmp_string_pkg.ConcatTwoStrings (
4144: p_array_string_1 => l_AcctlineTypes
4145: ,p_array_string_2 => l_array_alt
4146: );
4147:

Line 4178: RETURN xla_cmp_string_pkg.g_null_varchar2s;

4174: (p_msg => 'ERROR: XLA_CMP_COMPILER_ERROR = '||sqlerrm
4175: ,p_level => C_LEVEL_EXCEPTION
4176: ,p_module => l_log_module);
4177: END IF;
4178: RETURN xla_cmp_string_pkg.g_null_varchar2s;
4179: WHEN OTHERS THEN
4180: p_IsCompiled := FALSE;
4181: IF alt_cur%ISOPEN THEN CLOSE alt_cur; END IF;
4182: xla_exceptions_pkg.raise_message

Line 4228: l_AcctLineTypes := xla_cmp_string_pkg.g_null_varchar2s;

4224: --
4225: -- Init global variables
4226: --
4227: l_IsCompiled := TRUE;
4228: l_AcctLineTypes := xla_cmp_string_pkg.g_null_varchar2s;
4229: --
4230: g_package_name := p_package_name;
4231: --
4232: l_AcctLineTypes := GenerateAcctLineTypeProcs(