DBA Data[Home] [Help]

APPS.PAY_ASSIGNMENT_ACTIONS_PKG dependencies on HR_LOOKUPS

Line 236: -- l_return_value hr_lookups.meaning%type ;

232: -- )
233: -- );
234: -- --
235: -- --
236: -- l_return_value hr_lookups.meaning%type ;
237: -- l_dummy_action_id pay_assignment_actions.assignment_action_id%type ;
238: -- ischanged boolean;
239: begin
240: -- --

Line 369: status_code hr_lookups.lookup_code%type ;

365: and loc.locking_action_id = aac.assignment_action_id
366: and aac.payroll_action_id = pac.payroll_action_id
367: and pac.action_type = 'D' ;
368:
369: status_code hr_lookups.lookup_code%type ;
370: l_void_assact pay_assignment_actions.assignment_action_id%type ;
371: found_payment boolean := FALSE ;
372: found_non_void_action boolean := FALSE ;
373: