DBA Data[Home] [Help]

APPS.XLA_REPORT_UTILITY_PKG dependencies on FND_FLEX_KEYVAL

Line 1243: IF fnd_flex_keyval.validate_ccid

1239: END IF;
1240: --returning ccid desc bug#9323360
1241:
1242:
1243: IF fnd_flex_keyval.validate_ccid
1244: ('SQLGL','GL#',p_coa_id,p_ccid) = TRUE
1245: THEN
1246: l_ccid_desc := fnd_flex_keyval.concatenated_descriptions();
1247:

Line 1246: l_ccid_desc := fnd_flex_keyval.concatenated_descriptions();

1242:
1243: IF fnd_flex_keyval.validate_ccid
1244: ('SQLGL','GL#',p_coa_id,p_ccid) = TRUE
1245: THEN
1246: l_ccid_desc := fnd_flex_keyval.concatenated_descriptions();
1247:
1248: -- bug#9323360
1249: -- used nested tables indexed by binary_integer. g_t_cache_coa_id is the parent table
1250: -- having child as description