DBA Data[Home] [Help]

APPS.PSA_BC_XML_REPORT_PUB dependencies on FND_FLEX_KEYVAL

Line 544: l_result := FND_FLEX_KEYVAL.validate_ccid (

540: psa_utils.debug_other_string(g_state_level,l_api_name,'p_ccid IS NULL. Return NULL.');
541: return NULL;
542: END IF;
543:
544: l_result := FND_FLEX_KEYVAL.validate_ccid (
545: appl_short_name => 'SQLGL',
546: key_flex_code => 'GL#',
547: structure_number => l_coaid,
548: combination_id => p_ccid);

Line 550: l_fund_value := FND_FLEX_KEYVAL.segment_value(l_gl_balancing_segment);

546: key_flex_code => 'GL#',
547: structure_number => l_coaid,
548: combination_id => p_ccid);
549:
550: l_fund_value := FND_FLEX_KEYVAL.segment_value(l_gl_balancing_segment);
551: if rc_tsymbol.exists(l_fund_value) then
552: return rc_tsymbol(l_fund_value);
553: ELSE
554: BEGIN