DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on FND_DESCR_FLEX_CONTEXTS

Line 21029: fnd_descr_flex_contexts b

21025: p_app_id NUMBER;
21026: CURSOR c_global_attr is
21027: select 1
21028: from fnd_descr_flex_column_usages a,
21029: fnd_descr_flex_contexts b
21030: where a.descriptive_flexfield_name = p_ff_name
21031: and b.descriptive_flexfield_name = p_ff_name
21032: and a.application_column_name = p_attr_col
21033: and a.descriptive_flex_context_code = b.descriptive_flex_context_code