DBA Data[Home] [Help]

APPS.HR_DK_VALIDATE_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 447: select creation_date from per_all_assignments_f where

443: l_asg_start_date date;
444: l_field varchar2(200);
445:
446: cursor get_asg_creation_date is
447: select creation_date from per_all_assignments_f where
448: assignment_id = p_assignment_id;
449: BEGIN
450: --
451: -- Added for GSI Bug 5472781