DBA Data[Home] [Help]

APPS.HR_LEGISLATION dependencies on HR_S_ASSIGNMENT_INFO_TYPES

Line 3662: from hr_s_assignment_info_types;

3658: , created_by
3659: , creation_date
3660: , rowid
3661: , multiple_occurences_flag
3662: from hr_s_assignment_info_types;
3663:
3664: stu_rec stu%ROWTYPE; -- Cursor for earlier select
3665:
3666: PROCEDURE crt_exc (exception_type IN varchar2)

Line 3697: delete from hr_s_assignment_info_types

3693: -- Remove a row from either the startup tables or the installed tables
3694:
3695: BEGIN
3696:
3697: delete from hr_s_assignment_info_types
3698: where rowid = stu_rec.rowid;
3699:
3700: END remove;
3701: