1498: /* Variables used to hold the select columns from the SQL statement.*/
1499:
1500: l_person_id per_people_f.person_id%type;
1501: l_assignment_id per_assignments_f.assignment_id%type;
1502: l_tax_unit_id hr_organization_units.organization_id%type;
1503: l_effective_end_date date;
1504:
1505: /* Variables used to hold the values used as bind variables within the
1506: SQL statement. */
1539: next iteration. */
1540:
1541: l_prev_person_id per_people_f.person_id%type;
1542: l_prev_asg_id per_assignments_f.assignment_id%type;
1543: l_prev_tax_unit_id hr_organization_units.organization_id%type;
1544:
1545: /* general process variables */
1546:
1547:
2599: l_period_end DATE;
2600: l_tax_coll_dist_code VARCHAR2(2);
2601:
2602: l_jurisdiction_code VARCHAR2(30);
2603: --l_tax_unit_id hr_organization_units.organization_id%type;
2604: l_archive boolean:= FALSE;
2605: --l_formula_name ff_formulas_f.formula_name%TYPE;
2606: l_step number;
2607: --ld_end_date DATE;