DBA Data[Home] [Help]

APPS.PAY_NZ_SOE_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 61: (p_assignment_id in per_all_assignments_f.assignment_id%type,

57:
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,

Line 81: (p_assignment_id in per_all_assignments_f.assignment_id%type,

77: (p_business_group_id in hr_organization_units.business_group_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,

Line 112: (p_assignment_id in per_all_assignments_f.assignment_id%type,

108: p_period_name out nocopy varchar2,
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,