DBA Data[Home] [Help]

APPS.XLA_AE_CODE_COMBINATION_PKG dependencies on XLA_FLEX_PKG

Line 558: l_id_flex_num:= xla_flex_pkg.get_flexfield_structure

554: l_name VARCHAR2(30);
555: BEGIN
556: l_id_flex_num:= p_id_flex_num;
557: IF l_id_flex_num IS NULL THEN
558: l_id_flex_num:= xla_flex_pkg.get_flexfield_structure
559: (p_application_id =>p_flex_application_id
560: ,p_id_flex_code => p_id_flex_code);
561: END IF;
562:

Line 872: l_id_flex_num:= xla_flex_pkg.get_flexfield_structure

868: l_id_flex_num := p_id_flex_num;
869:
870: IF l_id_flex_num IS NULL THEN
871:
872: l_id_flex_num:= xla_flex_pkg.get_flexfield_structure
873: (p_application_id =>p_flex_application_id
874: ,p_id_flex_code => p_id_flex_code);
875: END IF;
876:

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

1829: 'XLA_FLEXFIELD_SEGMENTS_QUAL'
1830: , p_segment_qualifier
1831: );
1832: */
1833: l_segment_name := xla_flex_pkg.get_qualifier_name -- 5276582
1834: (p_application_id => p_flex_application_id
1835: ,p_id_flex_code => 'GL#'
1836: ,p_qualifier_segment => p_segment_qualifier);
1837: