DBA Data[Home] [Help]

APPS.HR_LEGISLATION_LOCAL dependencies on HR_S_REPORT_LOOKUPS

Line 907: cursor hrl is select * from HR_S_REPORT_LOOKUPS;

903: WHERE sysdate between effective_start_date
904: and effective_end_date;
905:
906: cursor glr is select * from HR_S_US_GARN_LIMIT_RULES_F;
907: cursor hrl is select * from HR_S_REPORT_LOOKUPS;
908: l_magnetic_block_id number;
909: l_next_block_id number;
910: l_formula_id number;
911: sqlstr varchar2(2000);

Line 923: hr_s_tab(8) := 'HR_S_REPORT_LOOKUPS';

919: hr_s_tab(4) := 'HR_S_US_FEDERAL_TAX_INFO_F';
920: hr_s_tab(5) := 'HR_S_US_GARN_EXEMPTION_RULES_F';
921: hr_s_tab(6) := 'HR_S_US_GARN_FEE_RULES_F';
922: hr_s_tab(7) := 'HR_S_US_GARN_LIMIT_RULES_F';
923: hr_s_tab(8) := 'HR_S_REPORT_LOOKUPS';
924:
925: pay_tab(1) := 'PAY_US_CITY_TAX_INFO_F';
926: pay_tab(2) := 'PAY_US_COUNTY_TAX_INFO_F';
927: pay_tab(3) := 'PAY_US_STATE_TAX_INFO_F';