DBA Data[Home] [Help]

APPS.HR_LEGISLATION_LOCAL dependencies on HR_S_HISTORY

Line 337: from hr_s_history;

333: stu_rec stu%ROWTYPE;
334:
335: CURSOR c_legs is
336: select legislation_code
337: from hr_s_history;
338:
339: PROCEDURE remove
340: ----------------
341: IS

Line 2352: from hr_s_history;

2348: -- Main driving procedure to execute specific legislative routines.
2349:
2350: CURSOR c_legs IS
2351: select legislation_code
2352: from hr_s_history;
2353:
2354: BEGIN
2355:
2356: hr_legislation.hrrunprc_trace_on;