[Home] [Help]
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: --| |