DBA Data[Home] [Help]

APPS.PQH_CPD_HR_TO_STAGE dependencies on PER_PARENT_SPINES

Line 32: from per_parent_spines

28: hr_utility.set_location('getting scale ddf det',10);
29: if p_scale_id is not null then
30: select information_category,information1,information2
31: into p_information_category,p_information1,p_information2
32: from per_parent_spines
33: where parent_spine_id = p_scale_id;
34: end if;
35: exception
36: when others then