DBA Data[Home] [Help]

APPS.GL_CALCULATE_TAX2_PKG dependencies on FND_FLEX_APIS

Line 74: IF (NOT fnd_flex_apis.get_qualifier_segnum(

70:
71: BEGIN
72:
73: -- Get the balancing segment number
74: IF (NOT fnd_flex_apis.get_qualifier_segnum(
75: appl_id => 101,
76: key_flex_code => 'GL#',
77: structure_number => coa_id,
78: flex_qual_name => 'GL_BALANCING',

Line 84: delim := fnd_flex_apis.get_segment_delimiter(

80: app_exception.raise_exception;
81: END IF;
82:
83: -- Get the delimiter
84: delim := fnd_flex_apis.get_segment_delimiter(
85: x_application_id => 101,
86: x_id_flex_code => 'GL#',
87: x_id_flex_num => coa_id);
88:

Line 104: IF (NOT fnd_flex_apis.get_segment_info(

100:
101: -- Get the segment information and build the flexfield
102: -- portions of the select statement
103: FOR segnum IN 1..segcount LOOP
104: IF (NOT fnd_flex_apis.get_segment_info(
105: x_application_id => 101,
106: x_id_flex_code => 'GL#',
107: x_id_flex_num => coa_id,
108: x_seg_num => segnum,