DBA Data[Home] [Help]

APPS.CSD_BULK_RECEIVE_PVT dependencies on FND_LOOKUP_VALUES_VL

Line 139: from fnd_lookup_values_vl

135:
136: -- Cursor to get Warning Reason Desc
137: Cursor c_get_warning_desc( p_warning_code in varchar2) is
138: Select description
139: from fnd_lookup_values_vl
140: where lookup_type = 'CSD_BULK_RECEIVE_WARNINGS'
141: and lookup_code = p_warning_code
142: and enabled_flag = 'Y'
143: and trunc(sysdate) between trunc(nvl(start_date_active,sysdate))