DBA Data[Home] [Help]

APPS.PAY_JP_IWHT_ARCH_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

Line 117: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type

113: --| p_effective_date IN DATE |
114: --+=====================================================================+
115: PROCEDURE archive_code
116: (
117: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type
118: ,p_effective_date in pay_payroll_actions.effective_date%type
119: );
120: --+=====================================================================+
121: --| |