DBA Data[Home] [Help]

APPS.GL_CALCULATE_TAX2_PKG dependencies on FND_FLEX_KEYVAL

Line 254: IF (NOT fnd_flex_keyval.validate_segs(

250:
251: bad_acct := FALSE;
252: bad_csegs := null;
253: IF (tax_ccid IS NULL) THEN
254: IF (NOT fnd_flex_keyval.validate_segs(
255: operation => 'CREATE_COMBINATION',
256: appl_short_name => 'SQLGL',
257: key_flex_code => 'GL#',
258: structure_number=> coa_id,

Line 274: tax_ccid := fnd_flex_keyval.combination_id;

270: bad_acct := TRUE;
271: bad_csegs := tax_csegs;
272: tax_ccid := -1;
273: ELSE
274: tax_ccid := fnd_flex_keyval.combination_id;
275: END IF;
276: END IF;
277:
278: END get_tax_ccid;