DBA Data[Home] [Help]

APPS.PAY_KR_YEA_PKG dependencies on PAY_PAYROLL_ACTIONS

Line 744: p_business_group_id in pay_payroll_actions.business_group_id%type,

740: p_archive_type_used in out nocopy varchar2); --5036734
741: --------------------------------------------------------------------------------
742: function calculate_adjustment(
743: p_assignment_id in pay_assignment_actions.assignment_id%type,
744: p_business_group_id in pay_payroll_actions.business_group_id%type,
745: p_effective_date in pay_payroll_actions.effective_date%type,
746: p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
747: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
748: p_itax_adj out nocopy number,

Line 745: p_effective_date in pay_payroll_actions.effective_date%type,

741: --------------------------------------------------------------------------------
742: function calculate_adjustment(
743: p_assignment_id in pay_assignment_actions.assignment_id%type,
744: p_business_group_id in pay_payroll_actions.business_group_id%type,
745: p_effective_date in pay_payroll_actions.effective_date%type,
746: p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
747: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
748: p_itax_adj out nocopy number,
749: p_rtax_adj out nocopy number,

Line 746: p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,

742: function calculate_adjustment(
743: p_assignment_id in pay_assignment_actions.assignment_id%type,
744: p_business_group_id in pay_payroll_actions.business_group_id%type,
745: p_effective_date in pay_payroll_actions.effective_date%type,
746: p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
747: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
748: p_itax_adj out nocopy number,
749: p_rtax_adj out nocopy number,
750: p_stax_adj out nocopy number,