DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_ARCHIVE dependencies on STANDARD

Line 1748: -- Copies the standard balance route code, but instead of selecting the run

1744: hr_utility.set_location('pysgirar: End of archive_balances',100);
1745: end if;
1746: end archive_balances;
1747: ---------------------------------------------------------------------------
1748: -- Copies the standard balance route code, but instead of selecting the run
1749: -- result value, selects the date_earned.
1750: -- Bug#2833530
1751: -- bug 2724020
1752: ---------------------------------------------------------------------------

Line 2769: -- Copies the standard Person information route code.

2765: end if;
2766: end archive_payroll_date;
2767:
2768: ---------------------------------------------------------------------------
2769: -- Copies the standard Person information route code.
2770: ---------------------------------------------------------------------------
2771: procedure archive_person_details
2772: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
2773: p_person_id in per_all_people_f.person_id%type,

Line 2829: -- Copies the standard Person Address information route code.

2825: hr_utility.set_location('pysgirar: End of archive_person_details',20);
2826: end if;
2827: end archive_person_details;
2828: ---------------------------------------------------------------------------
2829: -- Copies the standard Person Address information route code.
2830: ---------------------------------------------------------------------------
2831: procedure archive_person_addresses
2832: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
2833: p_person_id in per_all_people_f.person_id%type,

Line 2913: -- Copies the standard Person Company Quarters address

2909: hr_utility.set_location('pysgirar: End of archive_person_addresses',20);
2910: end if;
2911: end archive_person_addresses;
2912: ---------------------------------------------------------------------------
2913: -- Copies the standard Person Company Quarters address
2914: -- Bug 4688761, to separate from the above procedure
2915: ---------------------------------------------------------------------------
2916: procedure archive_person_cq_addresses
2917: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,

Line 2979: -- Copies the standard Employee information route code.

2975: end if;
2976: end archive_person_cq_addresses;
2977:
2978: ---------------------------------------------------------------------------
2979: -- Copies the standard Employee information route code.
2980: ---------------------------------------------------------------------------
2981: procedure archive_emp_details
2982: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
2983: p_person_id in per_all_people_f.person_id%type,

Line 3042: -- Copies the standard Person Developer DF route code.

3038: hr_utility.set_location('pysgirar: End of archive_emp_details',20);
3039: end if;
3040: end archive_emp_details;
3041: ---------------------------------------------------------------------------
3042: -- Copies the standard Person Developer DF route code.
3043: ---------------------------------------------------------------------------
3044: procedure archive_people_flex
3045: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
3046: p_person_id in per_all_people_f.person_id%type,

Line 3144: -- Copies the standard Extra Person Information DF route code.

3140: end if;
3141: end archive_people_flex;
3142:
3143: ---------------------------------------------------------------------------
3144: -- Copies the standard Extra Person Information DF route code.
3145: ---------------------------------------------------------------------------
3146: procedure archive_person_eits
3147: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
3148: p_person_id in per_all_people_f.person_id%type,

Line 3252: -- Copies the standard Extra Assignment Information DF route code. - Bug 2373475

3248: end if;
3249: end archive_person_eits;
3250:
3251: ---------------------------------------------------------------------------
3252: -- Copies the standard Extra Assignment Information DF route code. - Bug 2373475
3253: -- Added p_assignment_id as parameter
3254: ---------------------------------------------------------------------------
3255: procedure archive_assignment_eits
3256: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,