DBA Data[Home] [Help]

APPS.PER_KAD_BUS dependencies on PAY_US_COUNTIES

Line 1220: -- If address style is 'US' and a row does exist in pay_us_counties

1216: --
1217: -- Post Success:
1218: -- If address style is 'GB' and a row does exist in hr_lookups
1219: -- for the given region_1 code, processing continues.
1220: -- If address style is 'US' and a row does exist in pay_us_counties
1221: -- for the given region_1 code, processing continues.
1222: --
1223: -- Post Failure:
1224: -- If address style is 'GB' and a row does not exist in hr_lookups

Line 1248: from pay_us_counties

1244: l_api_updating boolean;
1245: --
1246: cursor csr_valid_us_county is
1247: select null
1248: from pay_us_counties
1249: where county_name = p_region_1;
1250: --
1251: begin
1252: hr_utility.set_location('Entering:'|| l_proc, 1);