DBA Data[Home] [Help]

APPS.AP_EMPLOYEE_UPDATE_PKG dependencies on STANDARD

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

212: AND pv.vendor_name between p_from_supplier and p_to_supplier;
213:
214:
215: --inactive_date date := '01-JAN-1900';
216: --Bug fix 2161455 change format to standards. DD/MM/YYYY
217: --Bug fix 2219492, fix the assignment.
218: inactive_date date := to_date('01/01/1900', 'DD/MM/YYYY');
219: current_calling_sequence VARCHAR2(2000);
220: l_debug_mode VARCHAR2(1);