DBA Data[Home] [Help]

APPS.GL_TAX_OPTION_ACCOUNTS_PKG dependencies on FND_FLEX_KEYVAL

Line 217: IF (fnd_flex_keyval.validate_segs(

213: END IF;
214: END IF;
215:
216: -- Get the description
217: IF (fnd_flex_keyval.validate_segs(
218: operation => 'CHECK_SEGMENTS',
219: appl_short_name => 'SQLGL',
220: key_flex_code => 'GL#',
221: structure_number => x_coa_id,

Line 229: RETURN(fnd_flex_keyval.segment_description(acct_seg_num));

225: allow_orphans => TRUE)) THEN
226: null;
227: END IF;
228:
229: RETURN(fnd_flex_keyval.segment_description(acct_seg_num));
230: END get_acct_description;
231:
232: END gl_tax_option_accounts_pkg;
233: