DBA Data[Home] [Help]

APPS.JG_AR_CASH_RECEIPTS dependencies on FND_DESCR_FLEX_CONTEXTS

Line 87: FROM fnd_descr_flex_contexts

83: BEGIN
84:
85: SELECT descriptive_flex_context_code
86: INTO p_global_attribute_category
87: FROM fnd_descr_flex_contexts
88: WHERE application_id = 7003
89: AND descriptive_flexfield_name = 'JG_AR_CASH_RECEIPTS'
90: AND substr(descriptive_flex_context_code,4,2) = l_country_code
91: AND substr(descriptive_flex_context_code,7,8) = 'ARXRWMAI'