DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_ARCHIVE dependencies on STANDARD

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

1755: hr_utility.set_location('pysgirar: End of archive_balances',100);
1756: end if;
1757: end archive_balances;
1758: ---------------------------------------------------------------------------
1759: -- Copies the standard balance route code, but instead of selecting the run
1760: -- result value, selects the date_earned.
1761: -- Bug#2833530
1762: -- bug 2724020
1763: ---------------------------------------------------------------------------

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

2817: end if;
2818: end archive_payroll_date;
2819:
2820: ---------------------------------------------------------------------------
2821: -- Copies the standard Person information route code.
2822: ---------------------------------------------------------------------------
2823: procedure archive_person_details
2824: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
2825: p_person_id in per_all_people_f.person_id%type,

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

2877: hr_utility.set_location('pysgirar: End of archive_person_details',20);
2878: end if;
2879: end archive_person_details;
2880: ---------------------------------------------------------------------------
2881: -- Copies the standard Person Address information route code.
2882: ---------------------------------------------------------------------------
2883: procedure archive_person_addresses
2884: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
2885: p_person_id in per_all_people_f.person_id%type,

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

2964: hr_utility.set_location('pysgirar: End of archive_person_addresses',20);
2965: end if;
2966: end archive_person_addresses;
2967: ---------------------------------------------------------------------------
2968: -- Copies the standard Person Company Quarters address
2969: -- Bug 4688761, to separate from the above procedure
2970: ---------------------------------------------------------------------------
2971: procedure archive_person_cq_addresses
2972: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,

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

3033: end if;
3034: end archive_person_cq_addresses;
3035:
3036: ---------------------------------------------------------------------------
3037: -- Copies the standard Employee information route code.
3038: ---------------------------------------------------------------------------
3039: procedure archive_emp_details
3040: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
3041: p_person_id in per_all_people_f.person_id%type,

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

3167: hr_utility.set_location('pysgirar: End of archive_emp_details',20);
3168: end if;
3169: end archive_emp_details;
3170: ---------------------------------------------------------------------------
3171: -- Copies the standard Person Developer DF route code.
3172: ---------------------------------------------------------------------------
3173: procedure archive_people_flex
3174: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
3175: p_person_id in per_all_people_f.person_id%type,

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

3272: end if;
3273: end archive_people_flex;
3274:
3275: ---------------------------------------------------------------------------
3276: -- Copies the standard Extra Person Information DF route code.
3277: ---------------------------------------------------------------------------
3278: procedure archive_person_eits
3279: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
3280: p_person_id in per_all_people_f.person_id%type,

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

3377: end if;
3378: end archive_person_eits;
3379:
3380: ---------------------------------------------------------------------------
3381: -- Copies the standard Extra Assignment Information DF route code. - Bug 2373475
3382: -- Added p_assignment_id as parameter
3383: ---------------------------------------------------------------------------
3384: procedure archive_assignment_eits
3385: ( p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,