DBA Data[Home] [Help]

APPS.PAY_US_EMP_DT_TAX_RULES dependencies on PAY_ASG_GEO_PKG

Line 1521: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,

1517: p_time_in_city => 0);
1518:
1519: /* Insert row into the pay_us_asg_reporting table */
1520:
1521: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,
1522: P_jurisdiction => p_jurisdiction_code,
1523: P_tax_unit_id => NULL );
1524: end if;
1525:

Line 1895: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,

1891: p_time_in_city => 0);
1892:
1893: /* Insert row into the pay_us_asg_reporting table */
1894:
1895: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,
1896: P_jurisdiction => p_jurisdiction_code,
1897: P_tax_unit_id => NULL );
1898:
1899: if p_school_district_code is not null then

Line 1900: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,

1896: P_jurisdiction => p_jurisdiction_code,
1897: P_tax_unit_id => NULL );
1898:
1899: if p_school_district_code is not null then
1900: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,
1901: P_jurisdiction => p_state_code || '-'|| p_school_district_code,
1902: P_tax_unit_id => NULL );
1903: end if;
1904:

Line 2290: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,

2286: p_time_in_city => nvl(p_time_in_city,0));
2287:
2288: /* Insert row into the pay_us_asg_reporting table */
2289:
2290: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,
2291: P_jurisdiction => p_jurisdiction_code,
2292: P_tax_unit_id => NULL );
2293:
2294: if p_school_district_code is not null then

Line 2295: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,

2291: P_jurisdiction => p_jurisdiction_code,
2292: P_tax_unit_id => NULL );
2293:
2294: if p_school_district_code is not null then
2295: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,
2296: P_jurisdiction => p_state_code || '-'|| p_school_district_code,
2297: P_tax_unit_id => NULL );
2298: end if;
2299:

Line 2934: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,

2930:
2931: hr_utility.set_location('pay_us_emp_dt_tax_rules.update_county_tax_row'||
2932: ' - asg_geo row', 3);
2933:
2934: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,
2935: P_jurisdiction => p_state_code || '-'||
2936: p_school_district_code,
2937: P_tax_unit_id => NULL );
2938: end if;

Line 3155: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,

3151:
3152: hr_utility.set_location('pay_us_emp_dt_tax_rules.update_city_tax_row'||
3153: ' - asg_geo row', 3);
3154:
3155: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,
3156: P_jurisdiction => p_state_code || '-' ||
3157: p_school_district_code,
3158: P_tax_unit_id => NULL );
3159: end if;