DBA Data[Home] [Help]

APPS.JL_ZZ_AP_LIBRARY_1_PKG dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 56: from fnd_descr_flex_contexts_vl

52: Begin
53: errcd := 0;
54: select substr(description,1,30)
55: into vdesc
56: from fnd_descr_flex_contexts_vl
57: where application_id = 7003
58: and descriptive_flexfield_name = 'JG_AP_SYSTEM_PARAMETERS'
59: and descriptive_flex_context_code = 'JL.BR.APXCUMSP.SYS_PARAMETER'
60: and enabled_flag = 'Y' and rownum = row_number;