DBA Data[Home] [Help]

APPS.QP_ATTR_MAPPING_PUB dependencies on FND_DESCR_FLEX_CONTEXTS

Line 3893: FROM fnd_descr_flex_contexts

3889: l_context_type VARCHAR2(30);
3890:
3891: CURSOR l_pricing_contexts IS
3892: SELECT descriptive_flex_context_code
3893: FROM fnd_descr_flex_contexts
3894: WHERE enabled_flag = 'Y'
3895: AND application_id = 661
3896: AND descriptive_flexfield_name = 'QP_ATTR_DEFNS_PRICING';
3897: