DBA Data[Home] [Help]

APPS.PAY_US_EMP_DT_TAX_RULES dependencies on PAY_ASG_GEO_PKG

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

1493: p_time_in_city => 0);
1494:
1495: /* Insert row into the pay_us_asg_reporting table */
1496:
1497: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,
1498: P_jurisdiction => p_jurisdiction_code,
1499: P_tax_unit_id => NULL );
1500: end if;
1501:

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

1843: p_time_in_city => 0);
1844:
1845: /* Insert row into the pay_us_asg_reporting table */
1846:
1847: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,
1848: P_jurisdiction => p_jurisdiction_code,
1849: P_tax_unit_id => NULL );
1850:
1851: if p_school_district_code is not null then

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

1848: P_jurisdiction => p_jurisdiction_code,
1849: P_tax_unit_id => NULL );
1850:
1851: if p_school_district_code is not null then
1852: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,
1853: P_jurisdiction => p_state_code || '-'|| p_school_district_code,
1854: P_tax_unit_id => NULL );
1855: end if;
1856:

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

2211: p_time_in_city => nvl(p_time_in_city,0));
2212:
2213: /* Insert row into the pay_us_asg_reporting table */
2214:
2215: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,
2216: P_jurisdiction => p_jurisdiction_code,
2217: P_tax_unit_id => NULL );
2218:
2219: if p_school_district_code is not null then

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

2216: P_jurisdiction => p_jurisdiction_code,
2217: P_tax_unit_id => NULL );
2218:
2219: if p_school_district_code is not null then
2220: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,
2221: P_jurisdiction => p_state_code || '-'|| p_school_district_code,
2222: P_tax_unit_id => NULL );
2223: end if;
2224:

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

2855:
2856: hr_utility.set_location('pay_us_emp_dt_tax_rules.update_county_tax_row'||
2857: ' - asg_geo row', 3);
2858:
2859: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,
2860: P_jurisdiction => p_state_code || '-'||
2861: p_school_district_code,
2862: P_tax_unit_id => NULL );
2863: end if;

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

3075:
3076: hr_utility.set_location('pay_us_emp_dt_tax_rules.update_city_tax_row'||
3077: ' - asg_geo row', 3);
3078:
3079: pay_asg_geo_pkg.create_asg_geo_row(P_assignment_id => p_assignment_id,
3080: P_jurisdiction => p_state_code || '-' ||
3081: p_school_district_code,
3082: P_tax_unit_id => NULL );
3083: end if;