DBA Data[Home] [Help]

APPS.AP_EMPLOYEE_UPDATE_PKG dependencies on STANDARD

Line 174: --Bug fix 2161455 change format to standards. DD/MM/YYYY

170: AND pv.vendor_name between p_from_supplier and p_to_supplier;
171:
172:
173: --inactive_date date := '01-JAN-1900';
174: --Bug fix 2161455 change format to standards. DD/MM/YYYY
175: --Bug fix 2219492, fix the assignment.
176: inactive_date date := to_date('01/01/1900', 'DD/MM/YYYY');
177: current_calling_sequence VARCHAR2(2000);
178: l_debug_mode VARCHAR2(1);