DBA Data[Home] [Help]

APPS.HR_DK_VALIDATE_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 398: select creation_date from per_all_assignments_f where

394: l_asg_start_date date;
395: l_field varchar2(200);
396:
397: cursor get_asg_creation_date is
398: select creation_date from per_all_assignments_f where
399: assignment_id = p_assignment_id;
400: BEGIN
401: --
402: -- Added for GSI Bug 5472781