DBA Data[Home] [Help]

APPS.PAY_SG_SOE dependencies on PER_ALL_PEOPLE_F

Line 22: p_person_id in per_all_people_f.person_id%type,

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);
25:
26: procedure current_and_ytd_balances

Line 29: p_person_id in per_all_people_f.person_id%type,

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);
32:
33: procedure balance_totals

Line 36: p_person_id in per_all_people_f.person_id%type,

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,
40: p_net_pay_current out nocopy number,

Line 56: p_person_id in per_all_people_f.person_id%type,

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,
60: p_net_pay_current out nocopy number,