DBA Data[Home] [Help]

APPS.HR_LEGISLATION dependencies on HR_S_ORG_INFORMATION_TYPES

Line 3705: from hr_s_org_information_types;

3701: , legislation_code
3702: , navigation_method
3703: , fnd_application_id
3704: , rowid
3705: from hr_s_org_information_types;
3706:
3707: stu_rec stu%ROWTYPE; -- Record for above SELECT
3708:
3709: PROCEDURE remove

Line 3716: delete from hr_s_org_information_types

3712: -- Remove row from startup/delivery tables
3713:
3714: BEGIN
3715:
3716: delete from hr_s_org_information_types
3717: where rowid = stu_rec.rowid;
3718:
3719: delete from hr_s_org_info_types_by_class
3720: where org_information_type = stu_rec.org_information_type;