DBA Data[Home] [Help]

APPS.PAY_SG_SOE dependencies on PAY_ASSIGNMENT_ACTIONS

Line 11: (p_assignment_id in pay_assignment_actions.assignment_id%type,

7: p_effective_date in date)
8: return varchar2;
9:
10: function net_accrual
11: (p_assignment_id in pay_assignment_actions.assignment_id%type,
12: p_plan_id in pay_accrual_plans.accrual_plan_id%type,
13: p_payroll_id in pay_payroll_actions.payroll_id%type,
14: p_business_group_id in pay_accrual_plans.business_group_id%type,
15: p_effective_date in per_time_periods.end_date%type)

Line 20: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,

16: return number;
17:
18: procedure current_and_ytd_balances
19: (p_prepaid_tag in varchar,
20: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
21: p_balance_name in pay_balance_types.balance_name%type,
22: p_person_id in per_all_people_f.person_id%type,
23: p_current_balance out nocopy number,
24: p_ytd_balance out nocopy number);

Line 27: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,

23: p_current_balance out nocopy number,
24: p_ytd_balance out nocopy number);
25:
26: procedure current_and_ytd_balances
27: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
28: p_balance_name in pay_balance_types.balance_name%type,
29: p_person_id in per_all_people_f.person_id%type,
30: p_current_balance out nocopy number,
31: p_ytd_balance out nocopy number);

Line 35: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,

31: p_ytd_balance out nocopy number);
32:
33: procedure balance_totals
34: (p_prepaid_tag varchar,
35: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
36: p_person_id in per_all_people_f.person_id%type,
37: p_gross_pay_current out nocopy number,
38: p_statutory_deductions_current out nocopy number,
39: p_other_deductions_current out nocopy number,

Line 55: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,

51: p_employer_cpf_ytd out nocopy number,
52: p_cpf_total_ytd out nocopy number);
53:
54: procedure balance_totals
55: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
56: p_person_id in per_all_people_f.person_id%type,
57: p_gross_pay_current out nocopy number,
58: p_statutory_deductions_current out nocopy number,
59: p_other_deductions_current out nocopy number,