DBA Data[Home] [Help]

APPS.XLA_OA_FUNCTIONS_PKG dependencies on FND_FLEX_KEYVAL

Line 35: if (fnd_flex_keyval.validate_ccid('SQLGL', 'GL#', p_coa_id, p_ccid)) then

31: l_desc VARCHAR2(2400) := null;
32: BEGIN
33: xla_utility_pkg.trace('> .get_ccid_description', 20);
34:
35: if (fnd_flex_keyval.validate_ccid('SQLGL', 'GL#', p_coa_id, p_ccid)) then
36: l_desc := fnd_flex_keyval.concatenated_descriptions;
37: end if;
38:
39: xla_utility_pkg.trace('< .get_ccid_description', 20);

Line 36: l_desc := fnd_flex_keyval.concatenated_descriptions;

32: BEGIN
33: xla_utility_pkg.trace('> .get_ccid_description', 20);
34:
35: if (fnd_flex_keyval.validate_ccid('SQLGL', 'GL#', p_coa_id, p_ccid)) then
36: l_desc := fnd_flex_keyval.concatenated_descriptions;
37: end if;
38:
39: xla_utility_pkg.trace('< .get_ccid_description', 20);
40: return l_desc;