DBA Data[Home] [Help]

APPS.HR_LEGISLATION_LOCAL dependencies on HR_S_US_CITY_TAX_INFO_F

Line 894: cursor cti is select * from HR_S_US_CITY_TAX_INFO_F;

890: l_max_val number(15) := 0;
891: l_next_val number(15) := 0;
892: l_prev_seq number(15) := 0;
893:
894: cursor cti is select * from HR_S_US_CITY_TAX_INFO_F;
895: cursor coti is select * from HR_S_US_COUNTY_TAX_INFO_F;
896: cursor sti is select * from HR_S_US_STATE_TAX_INFO_F;
897: cursor fti is select * from HR_S_US_FEDERAL_TAX_INFO_F;
898: cursor ger is select * from HR_S_US_GARN_EXEMPTION_RULES_F;

Line 916: hr_s_tab(1) := 'HR_S_US_CITY_TAX_INFO_F';

912: BEGIN
913: if p_phase = 2 then
914:
915: begin
916: hr_s_tab(1) := 'HR_S_US_CITY_TAX_INFO_F';
917: hr_s_tab(2) := 'HR_S_US_COUNTY_TAX_INFO_F';
918: hr_s_tab(3) := 'HR_S_US_STATE_TAX_INFO_F';
919: hr_s_tab(4) := 'HR_S_US_FEDERAL_TAX_INFO_F';
920: hr_s_tab(5) := 'HR_S_US_GARN_EXEMPTION_RULES_F';