DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on FND_DESCR_FLEX_CONTEXTS

Line 19513: fnd_descr_flex_contexts b

19509: p_app_id NUMBER;
19510: CURSOR c_global_attr is
19511: select 1
19512: from fnd_descr_flex_column_usages a,
19513: fnd_descr_flex_contexts b
19514: where a.descriptive_flexfield_name = p_ff_name
19515: and b.descriptive_flexfield_name = p_ff_name
19516: and a.application_column_name = p_attr_col
19517: and a.descriptive_flex_context_code = b.descriptive_flex_context_code