DBA Data[Home] [Help]

APPS.HR_LEGISLATION dependencies on HR_S_ASSIGNMENT_INFO_TYPES

Line 3908: from hr_s_assignment_info_types;

3904: , created_by
3905: , creation_date
3906: , rowid
3907: , multiple_occurences_flag
3908: from hr_s_assignment_info_types;
3909:
3910: stu_rec stu%ROWTYPE; -- Cursor for earlier select
3911:
3912: PROCEDURE crt_exc (exception_type IN varchar2)

Line 3943: delete from hr_s_assignment_info_types

3939: -- Remove a row from either the startup tables or the installed tables
3940:
3941: BEGIN
3942:
3943: delete from hr_s_assignment_info_types
3944: where rowid = stu_rec.rowid;
3945:
3946: END remove;
3947: