DBA Data[Home] [Help]

APPS.PAY_US_TAX_INTERNAL dependencies on PAY_STA_SHD

Line 3755: l_sta_rec pay_sta_shd.g_rec_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;
3759: l_cty_rec pay_cty_shd.g_rec_type;

Line 3756: l_sta_rec_dup pay_sta_shd.g_rec_type;

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;
3759: l_cty_rec pay_cty_shd.g_rec_type;
3760: l_cty_rec_dup pay_cty_shd.g_rec_type;

Line 5332: l_state_rec pay_sta_shd.g_rec_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;
5336: l_city_rec pay_cty_shd.g_rec_type;

Line 5333: l_state_rec_dup pay_sta_shd.g_rec_type;

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;
5336: l_city_rec pay_cty_shd.g_rec_type;
5337: l_city_rec_dup pay_cty_shd.g_rec_type;

Line 5864: l_state_rec pay_sta_shd.g_rec_type;

5860: ,p_defaulting_date in date
5861: ) is
5862: l_tmp_esd date;
5863: l_tmp_eed date;
5864: l_state_rec pay_sta_shd.g_rec_type;
5865: l_county_rec pay_cnt_shd.g_rec_type;
5866: l_city_rec pay_cty_shd.g_rec_type;
5867:
5868: begin

Line 5968: l_state_rec pay_sta_shd.g_rec_type;

5964: ,p_defaulting_date in date
5965: ) is
5966: l_tmp_esd date;
5967: l_tmp_eed date;
5968: l_state_rec pay_sta_shd.g_rec_type;
5969: l_county_rec pay_cnt_shd.g_rec_type;
5970: l_city_rec pay_cty_shd.g_rec_type;
5971:
5972: begin

Line 6050: l_state_rec pay_sta_shd.g_rec_type;

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;
6054: l_city_rec pay_cty_shd.g_rec_type;

Line 6051: l_state_rec_dup pay_sta_shd.g_rec_type;

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;
6054: l_city_rec pay_cty_shd.g_rec_type;
6055: l_city_rec_dup pay_cty_shd.g_rec_type;