DBA Data[Home] [Help]

APPS.PAY_US_TAX_INTERNAL dependencies on PAY_FED_SHD

Line 3753: l_fed_rec pay_fed_shd.g_rec_type;

3749: l_pct_eff_start_date pay_us_emp_fed_tax_rules_f.effective_start_date%TYPE;
3750: l_pct_eff_end_date pay_us_emp_fed_tax_rules_f.effective_end_date%TYPE;
3751: l_city_pct number;
3752: --
3753: l_fed_rec pay_fed_shd.g_rec_type;
3754: l_fed_rec_dup pay_fed_shd.g_rec_type;
3755: l_sta_rec pay_sta_shd.g_rec_type;
3756: l_sta_rec_dup pay_sta_shd.g_rec_type;
3757: l_cnt_rec pay_cnt_shd.g_rec_type;

Line 3754: l_fed_rec_dup pay_fed_shd.g_rec_type;

3750: l_pct_eff_end_date pay_us_emp_fed_tax_rules_f.effective_end_date%TYPE;
3751: l_city_pct number;
3752: --
3753: l_fed_rec pay_fed_shd.g_rec_type;
3754: l_fed_rec_dup pay_fed_shd.g_rec_type;
3755: l_sta_rec pay_sta_shd.g_rec_type;
3756: l_sta_rec_dup pay_sta_shd.g_rec_type;
3757: l_cnt_rec pay_cnt_shd.g_rec_type;
3758: l_cnt_rec_dup pay_cnt_shd.g_rec_type;

Line 5330: l_fed_rec pay_fed_shd.g_rec_type;

5326: l_county_code pay_us_emp_county_tax_rules_f.county_code%TYPE;
5327: l_city_code pay_us_emp_city_tax_rules_f.city_code%TYPE;
5328: l_city_pct number;
5329: --
5330: l_fed_rec pay_fed_shd.g_rec_type;
5331: l_fed_rec_dup pay_fed_shd.g_rec_type;
5332: l_state_rec pay_sta_shd.g_rec_type;
5333: l_state_rec_dup pay_sta_shd.g_rec_type;
5334: l_county_rec pay_cnt_shd.g_rec_type;

Line 5331: l_fed_rec_dup pay_fed_shd.g_rec_type;

5327: l_city_code pay_us_emp_city_tax_rules_f.city_code%TYPE;
5328: l_city_pct number;
5329: --
5330: l_fed_rec pay_fed_shd.g_rec_type;
5331: l_fed_rec_dup pay_fed_shd.g_rec_type;
5332: l_state_rec pay_sta_shd.g_rec_type;
5333: l_state_rec_dup pay_sta_shd.g_rec_type;
5334: l_county_rec pay_cnt_shd.g_rec_type;
5335: l_county_rec_dup pay_cnt_shd.g_rec_type;

Line 6048: l_fed_rec pay_fed_shd.g_rec_type;

6044: ,p_defaulting_date in date
6045: ) is
6046: l_tmp_esd date;
6047: l_tmp_eed date;
6048: l_fed_rec pay_fed_shd.g_rec_type;
6049: l_fed_rec_dup pay_fed_shd.g_rec_type;
6050: l_state_rec pay_sta_shd.g_rec_type;
6051: l_state_rec_dup pay_sta_shd.g_rec_type;
6052: l_county_rec pay_cnt_shd.g_rec_type;

Line 6049: l_fed_rec_dup pay_fed_shd.g_rec_type;

6045: ) is
6046: l_tmp_esd date;
6047: l_tmp_eed date;
6048: l_fed_rec pay_fed_shd.g_rec_type;
6049: l_fed_rec_dup pay_fed_shd.g_rec_type;
6050: l_state_rec pay_sta_shd.g_rec_type;
6051: l_state_rec_dup pay_sta_shd.g_rec_type;
6052: l_county_rec pay_cnt_shd.g_rec_type;
6053: l_county_rec_dup pay_cnt_shd.g_rec_type;