DBA Data[Home] [Help]

APPS.PO_EMPLOYEES_SV dependencies on HR_LOCATIONS_ALL

Line 60: X_location_code hr_locations_all.location_code%TYPE := ''; /* stores the employee location */

56:
57: /** PO UTF8 Column Expansion Project 9/18/2002 tpoon **/
58: /** Changed X_location_code to use %TYPE **/
59: -- X_location_code VARCHAR2(20) := '' ; /* stores the employee location */
60: X_location_code hr_locations_all.location_code%TYPE := ''; /* stores the employee location */
61:
62: X_buyer_code VARCHAR2(1) := 'Y' ; /* dummy, stores buyer status */
63: mesg_buffer VARCHAR2(2000) := '' ; /* for handling error messages */
64: X_progress varchar2(3) := '';