DBA Data[Home] [Help]

APPS.XLA_CMP_ACCT_LINE_TYPE_PKG dependencies on XLA_CMP_STRING_PKG

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

1560: , p_rec_aad_objects => p_rec_aad_objects
1561: );
1562:
1563: l_desc := C_CALL_LINE_DESC;
1564: l_desc := xla_cmp_string_pkg.replace_token(l_desc,'$desc_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1565: l_desc := xla_cmp_string_pkg.replace_token(l_desc,'$parameters$',
1566: xla_cmp_call_fct_pkg.GetSourceParameters(
1567: p_array_source_index => p_rec_aad_objects.array_array_object(l_ObjectIndex)
1568: , p_rec_sources => p_rec_sources

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

1561: );
1562:
1563: l_desc := C_CALL_LINE_DESC;
1564: l_desc := xla_cmp_string_pkg.replace_token(l_desc,'$desc_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1565: l_desc := xla_cmp_string_pkg.replace_token(l_desc,'$parameters$',
1566: xla_cmp_call_fct_pkg.GetSourceParameters(
1567: p_array_source_index => p_rec_aad_objects.array_array_object(l_ObjectIndex)
1568: , p_rec_sources => p_rec_sources
1569: )

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

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

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

1896:
1897: IF p_array_accounting_coa_id(Idx) IS NOT NULL THEN
1898: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,TO_CHAR(p_array_accounting_coa_id(Idx))); -- 4417664
1899: ELSE
1900: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,'null'); -- 4417664
1901: END IF;
1902:
1903: -- 4655713 initialis all segments to C_CHAR ------------------------------------------------------
1904: IF NVL(p_bflow_method_code,C_METHOD_NONE) = C_METHOD_SAME THEN

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

1901: END IF;
1902:
1903: -- 4655713 initialis all segments to C_CHAR ------------------------------------------------------
1904: IF NVL(p_bflow_method_code,C_METHOD_NONE) = C_METHOD_SAME THEN
1905: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$default_segments$' , C_DEFAULT_SEGMENTS);
1906: ELSE
1907: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$default_segments$' ,'-- Business flow method is NONE.');
1908: END IF;
1909: --------------------------------------------------------------------------------------------------

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

1903: -- 4655713 initialis all segments to C_CHAR ------------------------------------------------------
1904: IF NVL(p_bflow_method_code,C_METHOD_NONE) = C_METHOD_SAME THEN
1905: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$default_segments$' , C_DEFAULT_SEGMENTS);
1906: ELSE
1907: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$default_segments$' ,'-- Business flow method is NONE.');
1908: END IF;
1909: --------------------------------------------------------------------------------------------------
1910:
1911: l_adr := l_adr || g_chr_newline;

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

1918: l_adr := REPLACE(C_SEGMENT,'$transaction_coa_id$' ,'null');
1919: END IF;
1920:
1921: IF p_array_accounting_coa_id(Idx) IS NOT NULL THEN
1922: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,TO_CHAR(p_array_accounting_coa_id(Idx))); -- 4417664
1923: ELSE
1924: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,'null'); -- 4417664
1925: END IF;
1926:

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

1920:
1921: IF p_array_accounting_coa_id(Idx) IS NOT NULL THEN
1922: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,TO_CHAR(p_array_accounting_coa_id(Idx))); -- 4417664
1923: ELSE
1924: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,'null'); -- 4417664
1925: END IF;
1926:
1927: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$flexfield_segment_code$' , p_array_adr_segment_code(Idx)); -- 4417664
1928: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$Side$',p_array_side_code(Idx)); -- 4417664

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

1923: ELSE
1924: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,'null'); -- 4417664
1925: END IF;
1926:
1927: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$flexfield_segment_code$' , p_array_adr_segment_code(Idx)); -- 4417664
1928: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$Side$',p_array_side_code(Idx)); -- 4417664
1929: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$entity_code$', p_entity_code ); -- 4417664
1930: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$event_class_code$', p_event_class_code); -- 4417664
1931: l_adr := l_adr || g_chr_newline;

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

1924: l_adr := xla_cmp_string_pkg.replace_token(l_adr,'$accounting_coa_id$' ,'null'); -- 4417664
1925: END IF;
1926:
1927: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$flexfield_segment_code$' , p_array_adr_segment_code(Idx)); -- 4417664
1928: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$Side$',p_array_side_code(Idx)); -- 4417664
1929: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$entity_code$', p_entity_code ); -- 4417664
1930: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$event_class_code$', p_event_class_code); -- 4417664
1931: l_adr := l_adr || g_chr_newline;
1932: l_adrs := l_adrs || l_adr;

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

1925: END IF;
1926:
1927: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$flexfield_segment_code$' , p_array_adr_segment_code(Idx)); -- 4417664
1928: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$Side$',p_array_side_code(Idx)); -- 4417664
1929: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$entity_code$', p_entity_code ); -- 4417664
1930: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$event_class_code$', p_event_class_code); -- 4417664
1931: l_adr := l_adr || g_chr_newline;
1932: l_adrs := l_adrs || l_adr;
1933:

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

1926:
1927: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$flexfield_segment_code$' , p_array_adr_segment_code(Idx)); -- 4417664
1928: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$Side$',p_array_side_code(Idx)); -- 4417664
1929: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$entity_code$', p_entity_code ); -- 4417664
1930: l_adr := xla_cmp_string_pkg.replace_token(l_adr, '$event_class_code$', p_event_class_code); -- 4417664
1931: l_adr := l_adr || g_chr_newline;
1932: l_adrs := l_adrs || l_adr;
1933:
1934: END IF;

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

1966:
1967: IF p_array_adr_segment_code(Idx) = 'ALL' THEN
1968:
1969: l_adr := C_CALL_SET_CCID;
1970: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1971: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1972: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1973: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1974: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664

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

1967: IF p_array_adr_segment_code(Idx) = 'ALL' THEN
1968:
1969: l_adr := C_CALL_SET_CCID;
1970: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1971: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1972: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1973: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1974: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1975: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664

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

1968:
1969: l_adr := C_CALL_SET_CCID;
1970: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1971: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1972: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1973: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1974: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1975: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1976:

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

1969: l_adr := C_CALL_SET_CCID;
1970: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1971: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1972: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1973: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1974: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1975: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1976:
1977: ELSE

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

1970: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1971: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1972: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1973: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1974: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1975: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1976:
1977: ELSE
1978:

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

1971: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1972: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1973: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1974: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1975: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1976:
1977: ELSE
1978:
1979: l_adr := C_CALL_SET_SEGMENT;

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

1976:
1977: ELSE
1978:
1979: l_adr := C_CALL_SET_SEGMENT;
1980: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1981: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$segment_code$',p_array_adr_segment_code(Idx)); -- 4417664
1982: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1983: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1984: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664

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

1977: ELSE
1978:
1979: l_adr := C_CALL_SET_SEGMENT;
1980: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1981: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$segment_code$',p_array_adr_segment_code(Idx)); -- 4417664
1982: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1983: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1984: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1985: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664

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

1978:
1979: l_adr := C_CALL_SET_SEGMENT;
1980: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1981: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$segment_code$',p_array_adr_segment_code(Idx)); -- 4417664
1982: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1983: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1984: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1985: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1986: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664

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

1979: l_adr := C_CALL_SET_SEGMENT;
1980: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1981: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$segment_code$',p_array_adr_segment_code(Idx)); -- 4417664
1982: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1983: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1984: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1985: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1986: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1987: --

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

1980: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_index$',TO_CHAR(l_ObjectIndex)); -- 4417664
1981: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$segment_code$',p_array_adr_segment_code(Idx)); -- 4417664
1982: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1983: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1984: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1985: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1986: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1987: --
1988: -- bug 4307087

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

1981: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$segment_code$',p_array_adr_segment_code(Idx)); -- 4417664
1982: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1983: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1984: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1985: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1986: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1987: --
1988: -- bug 4307087
1989: --

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

1982: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$Side$',p_array_side_code(Idx)); -- 4417664
1983: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_code$', p_array_adr_code(Idx)); -- 4417664
1984: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$adr_type_code$', p_array_adr_type_code(Idx)); -- 4417664
1985: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$entity_code$', p_entity_code ); -- 4417664
1986: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1987: --
1988: -- bug 4307087
1989: --
1990: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$override_seg_flag$'

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

1986: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$event_class_code$', p_event_class_code); -- 4417664
1987: --
1988: -- bug 4307087
1989: --
1990: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$override_seg_flag$'
1991: ,GetOverrideSegFlag (p_array_adr_segment_code)); -- 4417664
1992: END IF;
1993:
1994: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$parameters$',

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

1990: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$override_seg_flag$'
1991: ,GetOverrideSegFlag (p_array_adr_segment_code)); -- 4417664
1992: END IF;
1993:
1994: l_adr := xla_cmp_string_pkg.replace_token( l_adr,'$parameters$',
1995: xla_cmp_call_fct_pkg.GetSourceParameters(
1996: p_array_source_index => p_rec_aad_objects.array_array_object(l_ObjectIndex)
1997: , p_rec_sources => p_rec_sources
1998: )

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

2368: , p_array_source_Index => p_array_alt_source_index
2369: , p_rec_aad_objects => p_rec_aad_objects);
2370:
2371: l_line := C_MPA_RECOG_JLT_BODY;
2372: l_line := xla_cmp_string_pkg.replace_token(l_line,'$mpa_jlt_index$',TO_CHAR(l_ObjectIndex));
2373: l_line := xla_cmp_string_pkg.replace_token(l_line,'$parameters$',
2374: xla_cmp_call_fct_pkg.GetSourceParameters(
2375: p_array_source_index => p_rec_aad_objects.array_array_object(l_ObjectIndex)
2376: , p_rec_sources => p_rec_sources));

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

2369: , p_rec_aad_objects => p_rec_aad_objects);
2370:
2371: l_line := C_MPA_RECOG_JLT_BODY;
2372: l_line := xla_cmp_string_pkg.replace_token(l_line,'$mpa_jlt_index$',TO_CHAR(l_ObjectIndex));
2373: l_line := xla_cmp_string_pkg.replace_token(l_line,'$parameters$',
2374: xla_cmp_call_fct_pkg.GetSourceParameters(
2375: p_array_source_index => p_rec_aad_objects.array_array_object(l_ObjectIndex)
2376: , p_rec_sources => p_rec_sources));
2377: ELSE

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

2624: ELSE
2625: l_body := C_MPA_BODY;
2626:
2627: --
2628: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_option$',
2629: xla_cmp_source_pkg.GenerateSource(
2630: p_Index => l_mpa_option_source_idx
2631: , p_rec_sources => p_rec_sources
2632: , p_translated_flag => 'N')

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

2631: , p_rec_sources => p_rec_sources
2632: , p_translated_flag => 'N')
2633: );
2634: --
2635: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_start_date$',
2636: xla_cmp_source_pkg.GenerateSource(
2637: p_Index => l_mpa_start_date_source_idx
2638: , p_rec_sources => p_rec_sources
2639: , p_translated_flag => 'N')

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

2638: , p_rec_sources => p_rec_sources
2639: , p_translated_flag => 'N')
2640: );
2641: --
2642: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_end_date$',
2643: xla_cmp_source_pkg.GenerateSource(
2644: p_Index => l_mpa_end_date_source_idx
2645: , p_rec_sources => p_rec_sources
2646: , p_translated_flag => 'N')

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

2645: , p_rec_sources => p_rec_sources
2646: , p_translated_flag => 'N')
2647: );
2648:
2649: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_gl_dates$', p_gl_dates_code); -- p_mpa_gl_date_code
2650: --
2651: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_num_je$', p_num_je_code); -- p_mpa_num_je_code
2652:
2653: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_proration_code$', p_proration_code); -- 4262811

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

2647: );
2648:
2649: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_gl_dates$', p_gl_dates_code); -- p_mpa_gl_date_code
2650: --
2651: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_num_je$', p_num_je_code); -- p_mpa_num_je_code
2652:
2653: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_proration_code$', p_proration_code); -- 4262811
2654:
2655: -- Generate MPA header description -------------------------------------------

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

2649: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_gl_dates$', p_gl_dates_code); -- p_mpa_gl_date_code
2650: --
2651: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_num_je$', p_num_je_code); -- p_mpa_num_je_code
2652:
2653: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_proration_code$', p_proration_code); -- 4262811
2654:
2655: -- Generate MPA header description -------------------------------------------
2656: l_body2:= GenerateCallDescription
2657: (p_application_id => p_application_id

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

2667: ELSE
2668: l_body2 := C_MPA_HDR_NO_DESC; -- 4590313
2669: END IF;
2670:
2671: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_description$', l_body2);
2672: --------------------------------------------------------------------------------
2673:
2674: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_analytical_criteria$',
2675: xla_cmp_analytic_criteria_pkg.GenerateMpaHeaderAC(

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

2670:
2671: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_description$', l_body2);
2672: --------------------------------------------------------------------------------
2673:
2674: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_analytical_criteria$',
2675: xla_cmp_analytic_criteria_pkg.GenerateMpaHeaderAC(
2676: p_application_id => p_application_id
2677: , p_amb_context_code => p_amb_context_code
2678: , p_event_class => p_event_class

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

2710: ';-- added for bug9954676
2711: END IF;
2712: END LOOP;
2713:
2714: l_body := xla_cmp_string_pkg.replace_token(l_body, '$mpa_jlt$',l_mpa_jlt_body);
2715:
2716: END IF; -- l_mpa_start_date_source_idx IS NULL
2717:
2718: END IF;

Line 2834: l_alt := xla_cmp_string_pkg.replace_token(l_alt

2830: p_accounting_line_code IS NOT NULL AND
2831: p_accounting_line_type_code IS NOT NULL THEN
2832: -- p_bflow_method_code <> C_METHOD_PRIOR THEN Bug 4922099
2833: --
2834: l_alt := xla_cmp_string_pkg.replace_token(l_alt
2835: ,'$call_adr$'
2836: , g_adrs
2837: );
2838: ELSE

Line 2839: l_alt := xla_cmp_string_pkg.replace_token(l_alt

2835: ,'$call_adr$'
2836: , g_adrs
2837: );
2838: ELSE
2839: l_alt := xla_cmp_string_pkg.replace_token(l_alt
2840: ,'$call_adr$'
2841: ,'-- No adrs. ');
2842: END IF; --end bug 7444204
2843:

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

2842: END IF; --end bug 7444204
2843:
2844:
2845:
2846: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$mpa_body$',
2847: GenerateMpaBody (
2848: p_application_id => p_application_id
2849: , p_amb_context_code => p_amb_context_code
2850: , p_event_class => p_event_class

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

2970: END IF;
2971:
2972: l_alt := C_ALT_BODY;
2973: IF((p_gain_or_loss_flag is null or p_gain_or_loss_flag = 'N') AND p_natural_side_code <> 'G') THEN
2974: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$set_actual_enc_flag$', '
2975: IF(l_balance_type_code = ''A'' and p_actual_flag is null) THEN
2976: p_actual_flag :=''A'';
2977: END IF;');
2978: ELSE

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

2975: IF(l_balance_type_code = ''A'' and p_actual_flag is null) THEN
2976: p_actual_flag :=''A'';
2977: END IF;');
2978: ELSE
2979: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$set_actual_enc_flag$', '
2980: IF(l_balance_type_code = ''A'' ) THEN
2981: p_actual_flag :=''G'';
2982: END IF;');
2983: END IF;

Line 2989: l_alt := xla_cmp_string_pkg.replace_token(l_alt

2985: --
2986: -- set accounting line type
2987: --
2988: --
2989: l_alt := xla_cmp_string_pkg.replace_token(l_alt
2990: ,'$acct_line_options$'
2991: ,GetALTOption
2992: (p_acct_entry_type_code
2993: ,nvl(p_gain_or_loss_flag, 'N')

Line 3000: l_alt := xla_cmp_string_pkg.replace_token(l_alt

2996: ,p_switch_side_flag
2997: ,p_merge_duplicate_code)
2998: );
2999: --
3000: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3001: ,'$set_acct_class$'
3002: ,GetAcctClassCode
3003: (p_accounting_class_code)
3004: );

Line 3006: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3002: ,GetAcctClassCode
3003: (p_accounting_class_code)
3004: );
3005: --
3006: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3007: ,'$set_rounding_class$'
3008: ,GetRoundingClassCode
3009: (p_rounding_class_code)
3010: );

Line 3013: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3009: (p_rounding_class_code)
3010: );
3011: -- 4458381 Public Sector Enh
3012: IF (p_acct_entry_type_code = 'E') THEN
3013: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3014: ,'$set_encumbrance_type_id$'
3015: ,GetEncumbranceTypeId(p_encumbrance_type_id));
3016: ELSE
3017: l_alt := xla_cmp_string_pkg.replace_token(l_alt

Line 3017: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3013: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3014: ,'$set_encumbrance_type_id$'
3015: ,GetEncumbranceTypeId(p_encumbrance_type_id));
3016: ELSE
3017: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3018: ,'$set_encumbrance_type_id$'
3019: ,'');
3020: END IF;
3021: --

Line 3022: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3018: ,'$set_encumbrance_type_id$'
3019: ,'');
3020: END IF;
3021: --
3022: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3023: ,'$alt_acct_attributes$'
3024: ,GetAccountingSources
3025: (p_application_id
3026: ,p_accounting_line_code

Line 3042: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3038: -- 4219869
3039: -- Perform Business Flow validation only if business flow method is not NONE
3040: ----------------------------------------------------------------------------
3041: IF p_bflow_method_code <> C_METHOD_NONE THEN
3042: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3043: ,'$call_bflow_validation$'
3044: ,'XLA_AE_LINES_PKG.business_flow_validation(
3045: p_business_method_code => l_bflow_method_code
3046: ,p_business_class_code => l_bflow_class_code

Line 3049: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3045: p_business_method_code => l_bflow_method_code
3046: ,p_business_class_code => l_bflow_class_code
3047: ,p_inherit_description_flag => l_inherit_desc_flag);');
3048: ELSE
3049: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3050: ,'$call_bflow_validation$'
3051: ,'-- No business flow processing for business flow method of NONE.');
3052: END IF;
3053: --

Line 3060: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3056: -- 4219869 Business Flow
3057: -- Do not generate AC for Prior Entry method
3058: -----------------------------------------------
3059: IF p_bflow_method_code <> C_METHOD_PRIOR THEN
3060: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3061: ,'$call_analytical_criteria$'
3062: ,GetCallAnalyticCriteria
3063: (p_application_id
3064: ,p_amb_context_code

Line 3075: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3071: ,p_array_alt_source_index
3072: ,p_rec_sources)
3073: );
3074: ELSE -- 4219869 - Do not generate AC for Prior Entry method
3075: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3076: ,'$call_analytical_criteria$'
3077: ,'-- Inherited Analytical Criteria for business flow method of Prior Entry.');
3078: END IF;
3079:

Line 3091: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3087: nvl(p_inherit_desc_flag,'N') = 'N' THEN
3088: --
3089: -- generate call to description functions
3090: --
3091: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3092: ,'$call_description$'
3093: ,GenerateCallDescription
3094: (p_application_id => p_application_id
3095: ,p_description_type_code => p_description_type_code

Line 3104: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3100: ,p_rec_sources => p_rec_sources)
3101: );
3102: --
3103: ELSE
3104: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3105: ,'$call_description$'
3106: ,'-- No description or it is inherited.');
3107: END IF;
3108: --

Line 3124: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3120: p_accounting_line_code IS NOT NULL AND
3121: p_accounting_line_type_code IS NOT NULL THEN
3122: -- p_bflow_method_code <> C_METHOD_PRIOR THEN Bug 4922099
3123: --
3124: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3125: ,'$call_adr$'
3126: ,GenerateCallADR
3127: (p_application_id
3128: ,p_amb_context_code

Line 3142: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3138: ,p_rec_aad_objects
3139: ,p_rec_sources)
3140: );
3141: ELSE
3142: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3143: ,'$call_adr$'
3144: ,'-- No adrs. ');
3145: END IF;
3146:

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

3146:
3147: ---------------------------------------------------------------------------------
3148: -- 4922099
3149: IF (g_no_adr_assigned) THEN
3150: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$no_adr_assigned$', '1 = 1');
3151: ELSE
3152: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$no_adr_assigned$', '1 = 2');
3153: END IF;
3154:

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

3148: -- 4922099
3149: IF (g_no_adr_assigned) THEN
3150: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$no_adr_assigned$', '1 = 1');
3151: ELSE
3152: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$no_adr_assigned$', '1 = 2');
3153: END IF;
3154:
3155: -- reset the global variable
3156: g_no_adr_assigned := FALSE;

Line 3163: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3159: -- 4219869
3160: -- Call validate line only if the Business Flow method is not Prior Entry
3161: -------------------------------------------------------------------------
3162: IF p_bflow_method_code <> C_METHOD_PRIOR THEN
3163: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3164: ,'$call_validate_line$'
3165: ,'XLA_AE_LINES_PKG.ValidateCurrentLine;'
3166: );
3167: ELSE

Line 3168: l_alt := xla_cmp_string_pkg.replace_token(l_alt

3164: ,'$call_validate_line$'
3165: ,'XLA_AE_LINES_PKG.ValidateCurrentLine;'
3166: );
3167: ELSE
3168: l_alt := xla_cmp_string_pkg.replace_token(l_alt
3169: ,'$call_validate_line$'
3170: ,'-- No ValidateCurrentLine for business flow method of Prior Entry');
3171: END IF;
3172: --

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

3509: END IF;
3510:
3511: l_alt := C_ALT_PROC;
3512: IF(p_natural_side_code = 'G') THEN
3513: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_gain_or_loss_cond$',
3514: 'IF NOT ((p_calculate_g_l_flag = ''Y'' AND XLA_AE_JOURNAL_ENTRY_PKG.g_cache_ledgers_info.ledger_category_code <> ''ALC'') or
3515: (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
3516: return;
3517: END IF;

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

3516: return;
3517: END IF;
3518: ');
3519: ELSIF(p_gain_or_loss_flag is null or p_gain_or_loss_flag = 'N') THEN
3520: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_gain_or_loss_cond$', ' ');
3521: ELSE
3522: -- only execute for primary, vm-secondary, secondary with same currency of primary
3523: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_gain_or_loss_cond$',
3524: 'IF ((p_calculate_g_l_flag = ''Y'' AND XLA_AE_JOURNAL_ENTRY_PKG.g_cache_ledgers_info.ledger_category_code <> ''ALC'') or

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

3519: ELSIF(p_gain_or_loss_flag is null or p_gain_or_loss_flag = 'N') THEN
3520: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_gain_or_loss_cond$', ' ');
3521: ELSE
3522: -- only execute for primary, vm-secondary, secondary with same currency of primary
3523: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_gain_or_loss_cond$',
3524: 'IF ((p_calculate_g_l_flag = ''Y'' AND XLA_AE_JOURNAL_ENTRY_PKG.g_cache_ledgers_info.ledger_category_code <> ''ALC'') or
3525: (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
3526: return;
3527: END IF;

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

3526: return;
3527: END IF;
3528: ');
3529: /*
3530: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_gain_or_loss_cond$',
3531: 'IF p_calculate_g_l_flag = ''Y'' OR (NOT ((XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.target_ledger_id =
3532: XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.ledger_id) OR
3533: (XLA_AE_JOURNAL_ENTRY_PKG.g_cache_ledgers_info.ledger_category_code = ''SECONDARY'' AND
3534: XLA_AE_JOURNAL_ENTRY_PKG.g_cache_ledgers_info.calculate_amts_flag=''N''))) THEN

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

3539: END IF;
3540: --
3541: -- 4458381, 5394730 (replicate BC JEs to secondary/ALC for Actual and encumbrance)
3542: --IF (p_budgetary_control_flag = 'N') THEN
3543: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_cond$',
3544: 'IF XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.target_ledger_id = XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.ledger_id OR
3545: l_balance_type_code <> ''B'' THEN');
3546: /*
3547: ELSE

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

3544: 'IF XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.target_ledger_id = XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.ledger_id OR
3545: l_balance_type_code <> ''B'' THEN');
3546: /*
3547: ELSE
3548: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_proc_cond$',
3549: 'IF XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.budgetary_control_flag = l_budgetary_control_flag AND
3550: XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.target_ledger_id =
3551: XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.ledger_id THEN');
3552: END IF;

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

3551: XLA_AE_JOURNAL_ENTRY_PKG.g_cache_event.ledger_id THEN');
3552: END IF;
3553: */
3554:
3555: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$alt_body$',
3556: GetAcctLineTypeBody (
3557: p_application_id => p_application_id
3558: , p_amb_context_code => p_amb_context_code
3559: , p_entity_code => p_entity_code

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

3608: , p_rec_sources => p_rec_sources
3609: ) ;
3610: --
3611: IF l_parameters IS NULL THEN
3612: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$parameters$' ,' '); -- 4417664
3613: ELSE
3614: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$parameters$' ,l_parameters );
3615: END IF;
3616: --

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

3610: --
3611: IF l_parameters IS NULL THEN
3612: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$parameters$' ,' '); -- 4417664
3613: ELSE
3614: l_alt := xla_cmp_string_pkg.replace_token(l_alt, '$parameters$' ,l_parameters );
3615: END IF;
3616: --
3617: -- cache JLT in AAD object cache
3618: --

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

3628: , p_array_source_index => p_array_alt_source_index
3629: , p_rec_aad_objects => p_rec_aad_objects
3630: );
3631: --
3632: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_hash_id$' ,TO_CHAR(l_ObjectIndex));
3633: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_code$' ,p_accounting_line_code);
3634: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_type_code$' ,p_accounting_line_type_code);
3635: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_appl_id$' ,TO_CHAR(p_application_id));
3636: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));

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

3629: , p_rec_aad_objects => p_rec_aad_objects
3630: );
3631: --
3632: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_hash_id$' ,TO_CHAR(l_ObjectIndex));
3633: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_code$' ,p_accounting_line_code);
3634: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_type_code$' ,p_accounting_line_type_code);
3635: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_appl_id$' ,TO_CHAR(p_application_id));
3636: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));
3637: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));

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

3630: );
3631: --
3632: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_hash_id$' ,TO_CHAR(l_ObjectIndex));
3633: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_code$' ,p_accounting_line_code);
3634: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_type_code$' ,p_accounting_line_type_code);
3635: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_appl_id$' ,TO_CHAR(p_application_id));
3636: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));
3637: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));
3638: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));

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

3631: --
3632: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_hash_id$' ,TO_CHAR(l_ObjectIndex));
3633: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_code$' ,p_accounting_line_code);
3634: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_type_code$' ,p_accounting_line_type_code);
3635: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_appl_id$' ,TO_CHAR(p_application_id));
3636: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));
3637: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));
3638: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));
3639: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_type_code$' ,nvl(p_event_type_code,' '));

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

3632: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_hash_id$' ,TO_CHAR(l_ObjectIndex));
3633: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_code$' ,p_accounting_line_code);
3634: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_type_code$' ,p_accounting_line_type_code);
3635: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_appl_id$' ,TO_CHAR(p_application_id));
3636: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));
3637: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));
3638: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));
3639: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_type_code$' ,nvl(p_event_type_code,' '));
3640: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_owner_code$' ,nvl(p_line_definition_owner_code,' '));

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

3633: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_code$' ,p_accounting_line_code);
3634: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_type_code$' ,p_accounting_line_type_code);
3635: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_appl_id$' ,TO_CHAR(p_application_id));
3636: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));
3637: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));
3638: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));
3639: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_type_code$' ,nvl(p_event_type_code,' '));
3640: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_owner_code$' ,nvl(p_line_definition_owner_code,' '));
3641: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_code$' ,nvl(p_line_definition_code,' '));

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

3634: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_type_code$' ,p_accounting_line_type_code);
3635: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_appl_id$' ,TO_CHAR(p_application_id));
3636: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));
3637: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));
3638: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));
3639: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_type_code$' ,nvl(p_event_type_code,' '));
3640: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_owner_code$' ,nvl(p_line_definition_owner_code,' '));
3641: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_code$' ,nvl(p_line_definition_code,' '));
3642: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$balance_type_code$' ,nvl(p_acct_entry_type_code,' '));

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

3635: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$alt_appl_id$' ,TO_CHAR(p_application_id));
3636: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));
3637: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));
3638: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));
3639: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_type_code$' ,nvl(p_event_type_code,' '));
3640: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_owner_code$' ,nvl(p_line_definition_owner_code,' '));
3641: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_code$' ,nvl(p_line_definition_code,' '));
3642: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$balance_type_code$' ,nvl(p_acct_entry_type_code,' '));
3643: -- 4219869 Business Flow

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

3636: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$amb_context_code$' ,nvl(p_amb_context_code,' '));
3637: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));
3638: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));
3639: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_type_code$' ,nvl(p_event_type_code,' '));
3640: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_owner_code$' ,nvl(p_line_definition_owner_code,' '));
3641: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_code$' ,nvl(p_line_definition_code,' '));
3642: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$balance_type_code$' ,nvl(p_acct_entry_type_code,' '));
3643: -- 4219869 Business Flow
3644: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_method_code$' ,p_bflow_method_code);

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

3637: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$entity_code$' ,nvl(p_entity_code, ' '));
3638: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));
3639: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_type_code$' ,nvl(p_event_type_code,' '));
3640: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_owner_code$' ,nvl(p_line_definition_owner_code,' '));
3641: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_code$' ,nvl(p_line_definition_code,' '));
3642: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$balance_type_code$' ,nvl(p_acct_entry_type_code,' '));
3643: -- 4219869 Business Flow
3644: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_method_code$' ,p_bflow_method_code);
3645: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_class_code$' ,p_bflow_class_code);

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

3638: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_class_code$' ,nvl(p_event_class_code,' '));
3639: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$event_type_code$' ,nvl(p_event_type_code,' '));
3640: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_owner_code$' ,nvl(p_line_definition_owner_code,' '));
3641: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_code$' ,nvl(p_line_definition_code,' '));
3642: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$balance_type_code$' ,nvl(p_acct_entry_type_code,' '));
3643: -- 4219869 Business Flow
3644: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_method_code$' ,p_bflow_method_code);
3645: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_class_code$' ,p_bflow_class_code);
3646: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$inherit_desc_flag$' ,p_inherit_desc_flag);

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

3640: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_owner_code$' ,nvl(p_line_definition_owner_code,' '));
3641: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_code$' ,nvl(p_line_definition_code,' '));
3642: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$balance_type_code$' ,nvl(p_acct_entry_type_code,' '));
3643: -- 4219869 Business Flow
3644: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_method_code$' ,p_bflow_method_code);
3645: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_class_code$' ,p_bflow_class_code);
3646: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$inherit_desc_flag$' ,p_inherit_desc_flag);
3647: -- 4458381 Public Sector Enh
3648: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$budgetary_control_flag$' ,p_budgetary_control_flag);

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

3641: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$line_definition_code$' ,nvl(p_line_definition_code,' '));
3642: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$balance_type_code$' ,nvl(p_acct_entry_type_code,' '));
3643: -- 4219869 Business Flow
3644: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_method_code$' ,p_bflow_method_code);
3645: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_class_code$' ,p_bflow_class_code);
3646: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$inherit_desc_flag$' ,p_inherit_desc_flag);
3647: -- 4458381 Public Sector Enh
3648: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$budgetary_control_flag$' ,p_budgetary_control_flag);
3649: --

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

3642: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$balance_type_code$' ,nvl(p_acct_entry_type_code,' '));
3643: -- 4219869 Business Flow
3644: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_method_code$' ,p_bflow_method_code);
3645: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_class_code$' ,p_bflow_class_code);
3646: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$inherit_desc_flag$' ,p_inherit_desc_flag);
3647: -- 4458381 Public Sector Enh
3648: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$budgetary_control_flag$' ,p_budgetary_control_flag);
3649: --
3650: IF (C_LEVEL_PROCEDURE >= g_log_level) THEN

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

3644: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_method_code$' ,p_bflow_method_code);
3645: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$bflow_class_code$' ,p_bflow_class_code);
3646: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$inherit_desc_flag$' ,p_inherit_desc_flag);
3647: -- 4458381 Public Sector Enh
3648: l_alt := xla_cmp_string_pkg.replace_token(l_alt ,'$budgetary_control_flag$' ,p_budgetary_control_flag);
3649: --
3650: IF (C_LEVEL_PROCEDURE >= g_log_level) THEN
3651: trace
3652: (p_msg => 'END of GenerateDefAcctLineType'

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

3827: --
3828: , p_IsCompiled => l_IsCompiled
3829: );
3830:
3831: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$package_name$',g_package_name); -- 4417664
3832:
3833: xla_cmp_string_pkg.CreateString(
3834: p_package_text => l_alt
3835: ,p_array_string => l_array_alt

Line 3833: xla_cmp_string_pkg.CreateString(

3829: );
3830:
3831: l_alt := xla_cmp_string_pkg.replace_token(l_alt,'$package_name$',g_package_name); -- 4417664
3832:
3833: xla_cmp_string_pkg.CreateString(
3834: p_package_text => l_alt
3835: ,p_array_string => l_array_alt
3836: );
3837:

Line 3864: RETURN xla_cmp_string_pkg.g_null_varchar2s;

3860: ,p_level => C_LEVEL_EXCEPTION
3861: ,p_module => l_log_module);
3862: END IF;
3863: p_IsCompiled := FALSE;
3864: RETURN xla_cmp_string_pkg.g_null_varchar2s;
3865: WHEN xla_exceptions_pkg.application_exception THEN
3866: IF (C_LEVEL_EXCEPTION >= g_log_level) THEN
3867: trace
3868: (p_msg => 'ERROR: XLA_CMP_COMPILER_ERROR = '||sqlerrm

Line 3873: RETURN xla_cmp_string_pkg.g_null_varchar2s;

3869: ,p_level => C_LEVEL_EXCEPTION
3870: ,p_module => l_log_module);
3871: END IF;
3872: p_IsCompiled := FALSE;
3873: RETURN xla_cmp_string_pkg.g_null_varchar2s;
3874: WHEN OTHERS THEN
3875: p_IsCompiled := FALSE;
3876: xla_exceptions_pkg.raise_message
3877: (p_location => 'xla_cmp_acct_line_type_pkg.GenerateOneAcctLineType');

Line 4099: l_AcctlineTypes := xla_cmp_string_pkg.g_null_varchar2s;

4095: , l_array_encumbrance_type_id -- 4458381 Public Sector Enh
4096: ;
4097: CLOSE alt_cur;
4098:
4099: l_AcctlineTypes := xla_cmp_string_pkg.g_null_varchar2s;
4100:
4101:
4102: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
4103: trace(p_msg => '# ALT = '||l_array_alt_code.COUNT

Line 4173: l_AcctlineTypes := xla_cmp_string_pkg.ConcatTwoStrings (

4169: --
4170: , p_IsCompiled => l_IsCompiled
4171: );
4172:
4173: l_AcctlineTypes := xla_cmp_string_pkg.ConcatTwoStrings (
4174: p_array_string_1 => l_AcctlineTypes
4175: ,p_array_string_2 => l_array_alt
4176: );
4177:

Line 4208: RETURN xla_cmp_string_pkg.g_null_varchar2s;

4204: (p_msg => 'ERROR: XLA_CMP_COMPILER_ERROR = '||sqlerrm
4205: ,p_level => C_LEVEL_EXCEPTION
4206: ,p_module => l_log_module);
4207: END IF;
4208: RETURN xla_cmp_string_pkg.g_null_varchar2s;
4209: WHEN OTHERS THEN
4210: p_IsCompiled := FALSE;
4211: IF alt_cur%ISOPEN THEN CLOSE alt_cur; END IF;
4212: xla_exceptions_pkg.raise_message

Line 4258: l_AcctLineTypes := xla_cmp_string_pkg.g_null_varchar2s;

4254: --
4255: -- Init global variables
4256: --
4257: l_IsCompiled := TRUE;
4258: l_AcctLineTypes := xla_cmp_string_pkg.g_null_varchar2s;
4259: --
4260: g_package_name := p_package_name;
4261: --
4262: l_AcctLineTypes := GenerateAcctLineTypeProcs(