DBA Data[Home] [Help]

APPS.JG_ZZ_AR_AUTO_INVOICE dependencies on FND_DESCR_FLEX_CONTEXTS

Line 11: FROM fnd_descr_flex_contexts

7:
8: /* Checks whether the context is enabled for the country. It checks the contexts
9: only for the JG_RA_CUSTOMER_TRX_LINES gdf. */
10: SELECT 'YES' INTO l_exist
11: FROM fnd_descr_flex_contexts
12: WHERE application_id = 7003
13: AND descriptive_flexfield_name like 'JG_RA_CUSTOMER_TRX_LINES'
14: AND descriptive_flex_context_code like '%ARXTWMAI.REGISTER_INFO%'
15: AND substr(descriptive_flex_context_code, 4, 2) = l_country_code;