DBA Data[Home] [Help]

APPS.PER_PERSON_TYPES_PKG dependencies on PER_PERSON_TYPE_USAGES_F

Line 450: -- Cursor modifed to include the check on per_person_type_usages_f

446: END Check_Default;
447:
448: PROCEDURE Check_System_Delete(X_Person_Type_Id in NUMBER) IS
449: --
450: -- Cursor modifed to include the check on per_person_type_usages_f
451: -- Bug# 2561337
452: --
453: -- modified the cursor definition for better performance
454: -- Bug #3646157

Line 464: from per_person_type_usages_f

460: from per_people_f
461: where person_type_id = X_person_type_id)
462: UNION
463: (select null
464: from per_person_type_usages_f
465: where person_type_id= X_person_type_id)
466: );
467: --
468: g_dummy_number number;