DBA Data[Home] [Help]

APPS.PAY_NZ_SOE_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

Line 62: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,

58: -------------------------------------------------------------------------------
59:
60: procedure balance_totals
61: (p_assignment_id in per_all_assignments_f.assignment_id%type,
62: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
63: p_effective_date in date,
64: p_gross_this_pay out nocopy number,
65: p_other_deductions_this_pay out nocopy number,
66: p_tax_deductions_this_pay out nocopy number,

Line 82: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,

78: return fnd_currencies.currency_code%type;
79:
80: procedure run_and_ytd_balances
81: (p_assignment_id in per_all_assignments_f.assignment_id%type,
82: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
83: p_effective_date in date,
84: p_balance_name in pay_balance_types.balance_name%type,
85: p_run_balance out nocopy number,
86: p_ytd_balance out nocopy number);

Line 113: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,

109: p_pay_advice_date out nocopy date,
110: p_pay_advice_message out nocopy varchar2);
111: procedure final_balance_totals
112: (p_assignment_id in per_all_assignments_f.assignment_id%type,
113: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
114: p_effective_date in date,
115: p_gross_this_pay out nocopy number,
116: p_other_deductions_this_pay out nocopy number,
117: p_tax_deductions_this_pay out nocopy number,