DBA Data[Home] [Help]

APPS.QP_ATTR_MAPPING_PUB dependencies on FND_DESCR_FLEX_CONTEXTS

Line 3635: FROM fnd_descr_flex_contexts

3631: l_context_type VARCHAR2(30);
3632:
3633: CURSOR l_pricing_contexts IS
3634: SELECT descriptive_flex_context_code
3635: FROM fnd_descr_flex_contexts
3636: WHERE enabled_flag = 'Y'
3637: AND application_id = 661
3638: AND descriptive_flexfield_name = 'QP_ATTR_DEFNS_PRICING';
3639: