DBA Data[Home] [Help]

APPS.PAY_US_TAX_INTERNAL dependencies on PAY_STA_SHD

Line 3671: l_sta_rec pay_sta_shd.g_rec_type;

3667: l_city_pct number;
3668: --
3669: l_fed_rec pay_fed_shd.g_rec_type;
3670: l_fed_rec_dup pay_fed_shd.g_rec_type;
3671: l_sta_rec pay_sta_shd.g_rec_type;
3672: l_sta_rec_dup pay_sta_shd.g_rec_type;
3673: l_cnt_rec pay_cnt_shd.g_rec_type;
3674: l_cnt_rec_dup pay_cnt_shd.g_rec_type;
3675: l_cty_rec pay_cty_shd.g_rec_type;

Line 3672: l_sta_rec_dup pay_sta_shd.g_rec_type;

3668: --
3669: l_fed_rec pay_fed_shd.g_rec_type;
3670: l_fed_rec_dup pay_fed_shd.g_rec_type;
3671: l_sta_rec pay_sta_shd.g_rec_type;
3672: l_sta_rec_dup pay_sta_shd.g_rec_type;
3673: l_cnt_rec pay_cnt_shd.g_rec_type;
3674: l_cnt_rec_dup pay_cnt_shd.g_rec_type;
3675: l_cty_rec pay_cty_shd.g_rec_type;
3676: l_cty_rec_dup pay_cty_shd.g_rec_type;

Line 5248: l_state_rec pay_sta_shd.g_rec_type;

5244: l_city_pct number;
5245: --
5246: l_fed_rec pay_fed_shd.g_rec_type;
5247: l_fed_rec_dup pay_fed_shd.g_rec_type;
5248: l_state_rec pay_sta_shd.g_rec_type;
5249: l_state_rec_dup pay_sta_shd.g_rec_type;
5250: l_county_rec pay_cnt_shd.g_rec_type;
5251: l_county_rec_dup pay_cnt_shd.g_rec_type;
5252: l_city_rec pay_cty_shd.g_rec_type;

Line 5249: l_state_rec_dup pay_sta_shd.g_rec_type;

5245: --
5246: l_fed_rec pay_fed_shd.g_rec_type;
5247: l_fed_rec_dup pay_fed_shd.g_rec_type;
5248: l_state_rec pay_sta_shd.g_rec_type;
5249: l_state_rec_dup pay_sta_shd.g_rec_type;
5250: l_county_rec pay_cnt_shd.g_rec_type;
5251: l_county_rec_dup pay_cnt_shd.g_rec_type;
5252: l_city_rec pay_cty_shd.g_rec_type;
5253: l_city_rec_dup pay_cty_shd.g_rec_type;

Line 5780: l_state_rec pay_sta_shd.g_rec_type;

5776: ,p_defaulting_date in date
5777: ) is
5778: l_tmp_esd date;
5779: l_tmp_eed date;
5780: l_state_rec pay_sta_shd.g_rec_type;
5781: l_county_rec pay_cnt_shd.g_rec_type;
5782: l_city_rec pay_cty_shd.g_rec_type;
5783:
5784: begin

Line 5884: l_state_rec pay_sta_shd.g_rec_type;

5880: ,p_defaulting_date in date
5881: ) is
5882: l_tmp_esd date;
5883: l_tmp_eed date;
5884: l_state_rec pay_sta_shd.g_rec_type;
5885: l_county_rec pay_cnt_shd.g_rec_type;
5886: l_city_rec pay_cty_shd.g_rec_type;
5887:
5888: begin

Line 5966: l_state_rec pay_sta_shd.g_rec_type;

5962: l_tmp_esd date;
5963: l_tmp_eed date;
5964: l_fed_rec pay_fed_shd.g_rec_type;
5965: l_fed_rec_dup pay_fed_shd.g_rec_type;
5966: l_state_rec pay_sta_shd.g_rec_type;
5967: l_state_rec_dup pay_sta_shd.g_rec_type;
5968: l_county_rec pay_cnt_shd.g_rec_type;
5969: l_county_rec_dup pay_cnt_shd.g_rec_type;
5970: l_city_rec pay_cty_shd.g_rec_type;

Line 5967: l_state_rec_dup pay_sta_shd.g_rec_type;

5963: l_tmp_eed date;
5964: l_fed_rec pay_fed_shd.g_rec_type;
5965: l_fed_rec_dup pay_fed_shd.g_rec_type;
5966: l_state_rec pay_sta_shd.g_rec_type;
5967: l_state_rec_dup pay_sta_shd.g_rec_type;
5968: l_county_rec pay_cnt_shd.g_rec_type;
5969: l_county_rec_dup pay_cnt_shd.g_rec_type;
5970: l_city_rec pay_cty_shd.g_rec_type;
5971: l_city_rec_dup pay_cty_shd.g_rec_type;