DBA Data[Home] [Help]

APPS.PAY_KR_YEA_PKG dependencies on PAY_PAYROLL_ACTIONS

Line 376: p_business_group_id in pay_payroll_actions.business_group_id%type,

372: p_archive_type_used in out nocopy varchar2); --5036734
373: --------------------------------------------------------------------------------
374: function calculate_adjustment(
375: p_assignment_id in pay_assignment_actions.assignment_id%type,
376: p_business_group_id in pay_payroll_actions.business_group_id%type,
377: p_effective_date in pay_payroll_actions.effective_date%type,
378: p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
379: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
380: p_itax_adj out nocopy number,

Line 377: p_effective_date in pay_payroll_actions.effective_date%type,

373: --------------------------------------------------------------------------------
374: function calculate_adjustment(
375: p_assignment_id in pay_assignment_actions.assignment_id%type,
376: p_business_group_id in pay_payroll_actions.business_group_id%type,
377: p_effective_date in pay_payroll_actions.effective_date%type,
378: p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
379: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
380: p_itax_adj out nocopy number,
381: p_rtax_adj out nocopy number,

Line 378: p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,

374: function calculate_adjustment(
375: p_assignment_id in pay_assignment_actions.assignment_id%type,
376: p_business_group_id in pay_payroll_actions.business_group_id%type,
377: p_effective_date in pay_payroll_actions.effective_date%type,
378: p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
379: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
380: p_itax_adj out nocopy number,
381: p_rtax_adj out nocopy number,
382: p_stax_adj out nocopy number,