DBA Data[Home] [Help]

APPS.HR_PSF_INS dependencies on PER_SHARED_TYPES

Line 799: from per_shared_types

795: l_status varchar2(30);
796: --
797: cursor c1 is
798: select system_type_cd
799: from per_shared_types
800: where shared_type_id = p_rec.availability_status_id;
801: --
802: Begin
803: if g_debug then