DBA Data[Home] [Help]

APPS.HXT_OTC_RETRIEVAL_INTERFACE dependencies on PER_ALL_PEOPLE_F

Line 3125: FROM per_all_people_f

3121: --
3122: BEGIN
3123: SELECT full_name
3124: INTO g_full_name
3125: FROM per_all_people_f
3126: WHERE person_id = l_person_id
3127: AND l_effective_date BETWEEN effective_start_date
3128: AND effective_end_date;
3129: EXCEPTION