DBA Data[Home] [Help]

APPS.GL_ELIMINATION_SETS_PKG dependencies on FND_FLEX_KEYVAL

Line 88: IF (fnd_flex_keyval.validate_segs(

84: END IF;
85: END IF;
86:
87: -- Get the description
88: IF (fnd_flex_keyval.validate_segs(
89: operation => 'CHECK_SEGMENTS',
90: appl_short_name => 'SQLGL',
91: key_flex_code => 'GL#',
92: structure_number => x_coa_id,

Line 100: RETURN(fnd_flex_keyval.segment_description(company_seg_num));

96: allow_orphans => TRUE)) THEN
97: null;
98: END IF;
99:
100: RETURN(fnd_flex_keyval.segment_description(company_seg_num));
101: END get_company_description;
102:
103:
104: --