DBA Data[Home] [Help]

APPS.JL_ZZ_SH_LIBRARY_1_PKG dependencies on FND_LOOKUP_VALUES_VL

Line 33: From fnd_lookup_values_vl

29: p_errcd := 0;
30:
31: Select meaning
32: Into p_label
33: From fnd_lookup_values_vl
34: Where lookup_type = 'JLZZ_AR_TX_LABEL'
35: And lookup_code = p_lookup_code
36: And enabled_flag = 'Y'
37: And view_application_id = 0