DBA Data[Home] [Help]

APPS.JG_AR_RECEIVABLE_APPLICATIONS dependencies on FND_DESCR_FLEX_CONTEXTS

Line 90: FROM fnd_descr_flex_contexts

86:
87: BEGIN
88: SELECT descriptive_flex_context_code
89: INTO p_global_attribute_category
90: FROM fnd_descr_flex_contexts
91: WHERE application_id = 7003
92: AND descriptive_flexfield_name = 'JG_AR_RECEIVABLE_APPLICATIONS'
93: AND substr(descriptive_flex_context_code,4,2) = l_country_code
94: AND substr(descriptive_flex_context_code,7,8) = 'ARXRWMAI'