DBA Data[Home] [Help]

APPS.HR_LEGISLATION dependencies on HR_S_ORG_INFORMATION_TYPES

Line 3459: from hr_s_org_information_types;

3455: , legislation_code
3456: , navigation_method
3457: , fnd_application_id
3458: , rowid
3459: from hr_s_org_information_types;
3460:
3461: stu_rec stu%ROWTYPE; -- Record for above SELECT
3462:
3463: PROCEDURE remove

Line 3470: delete from hr_s_org_information_types

3466: -- Remove row from startup/delivery tables
3467:
3468: BEGIN
3469:
3470: delete from hr_s_org_information_types
3471: where rowid = stu_rec.rowid;
3472:
3473: delete from hr_s_org_info_types_by_class
3474: where org_information_type = stu_rec.org_information_type;