DBA Data[Home] [Help]

APPS.HR_PSF_INS dependencies on PER_SHARED_TYPES

Line 804: from per_shared_types

800: l_status varchar2(30);
801: --
802: cursor c1 is
803: select system_type_cd
804: from per_shared_types
805: where shared_type_id = p_rec.availability_status_id;
806: --
807: Begin
808: if g_debug then