DBA Data[Home] [Help]

APPS.XLA_AE_CODE_COMBINATION_PKG dependencies on XLA_FLEX_PKG

Line 553: l_id_flex_num:= xla_flex_pkg.get_flexfield_structure

549: l_name VARCHAR2(30);
550: BEGIN
551: l_id_flex_num:= p_id_flex_num;
552: IF l_id_flex_num IS NULL THEN
553: l_id_flex_num:= xla_flex_pkg.get_flexfield_structure
554: (p_application_id =>p_flex_application_id
555: ,p_id_flex_code => p_id_flex_code);
556: END IF;
557:

Line 867: l_id_flex_num:= xla_flex_pkg.get_flexfield_structure

863: l_id_flex_num := p_id_flex_num;
864:
865: IF l_id_flex_num IS NULL THEN
866:
867: l_id_flex_num:= xla_flex_pkg.get_flexfield_structure
868: (p_application_id =>p_flex_application_id
869: ,p_id_flex_code => p_id_flex_code);
870: END IF;
871:

Line 1826: l_segment_name := xla_flex_pkg.get_qualifier_name -- 5276582

1822: 'XLA_FLEXFIELD_SEGMENTS_QUAL'
1823: , p_segment_qualifier
1824: );
1825: */
1826: l_segment_name := xla_flex_pkg.get_qualifier_name -- 5276582
1827: (p_application_id => p_flex_application_id
1828: ,p_id_flex_code => 'GL#'
1829: ,p_qualifier_segment => p_segment_qualifier);
1830: