DBA Data[Home] [Help]

APPS.GHR_MASS_CHANGES dependencies on PAY_USER_TABLES

Line 86: l_user_table_id pay_user_tables.user_table_id%type;

82: l_full_name VARCHAR2(380); -- Bug 3718167 --VN
83: l_ssn ghr_pa_requests.employee_national_identifier%TYPE; -- Bug 3718167 --VN
84:
85: ---SES Changes Start
86: l_user_table_id pay_user_tables.user_table_id%type;
87:
88: -- Bug#5089732
89: l_to_grade_id NUMBER;
90: -- Bug#5089732

Line 92: select 1 from pay_user_tables

88: -- Bug#5089732
89: l_to_grade_id NUMBER;
90: -- Bug#5089732
91: cursor c_pay_tab_essl is
92: select 1 from pay_user_tables
93: where substr(user_table_name,1,4) = 'ESSL'
94: and user_table_id = l_user_table_id;
95:
96: l_essl_table BOOLEAN := FALSE;