DBA Data[Home] [Help]

APPS.HR_LEGISLATION_LOCAL dependencies on HR_STU_EXCEPTIONS

Line 83: -- hr_legislation.insert_hr_stu_exceptions

79: -- 115.18 vmehta 03-feb-2000 Modified install_us_new to delete from
80: -- the tables only if need to transfer
81: -- data
82: -- 115.19 tbattoo 08-Feb-2000 changed crt_exc so calls
83: -- hr_legislation.insert_hr_stu_exceptions
84: -- 115.20 RThirlby 11-APR-2000 Added translate_ca_ele_dev_df. This is
85: -- a copy of translate_us_ele_dev_df
86: -- modified for CA use.
87: -- 115.22 RThirlby 16-JUN-2000 Modifiled install_tax_rules so that it

Line 1245: delete HR_STU_EXCEPTIONS

1241: when others then
1242: rollback to new_primary_key;
1243:
1244: /* temp. workaround for unique key violation */
1245: delete HR_STU_EXCEPTIONS
1246: where table_name = 'HR_S_NEW';
1247:
1248: hr_legislation.insert_hr_stu_exceptions('HR_S_NEW',
1249: 1000,

Line 1248: hr_legislation.insert_hr_stu_exceptions('HR_S_NEW',

1244: /* temp. workaround for unique key violation */
1245: delete HR_STU_EXCEPTIONS
1246: where table_name = 'HR_S_NEW';
1247:
1248: hr_legislation.insert_hr_stu_exceptions('HR_S_NEW',
1249: 1000,
1250: 'Error in new US tables',
1251: null);
1252: