DBA Data[Home] [Help]

APPS.PAY_IP_STARTUP_UTIL dependencies on HR_STU_EXCEPTIONS

Line 3178: -- Clearing HR_STU_EXCEPTIONS table

3174: INTO l_territory, l_territory_with_code
3175: FROM fnd_territories_vl
3176: WHERE territory_code = p_legislation_code;
3177:
3178: -- Clearing HR_STU_EXCEPTIONS table
3179: DELETE FROM HR_STU_EXCEPTIONS;
3180:
3181: --Clearing all HRMS HR_S tables
3182: write_log('OUTPUT','PAY_34022_IP_LEG_INS_BEGINS', l_territory_with_code ,to_char(sysdate,'dd-Mon-yyyy hh:mi:ss'));

Line 3179: DELETE FROM HR_STU_EXCEPTIONS;

3175: FROM fnd_territories_vl
3176: WHERE territory_code = p_legislation_code;
3177:
3178: -- Clearing HR_STU_EXCEPTIONS table
3179: DELETE FROM HR_STU_EXCEPTIONS;
3180:
3181: --Clearing all HRMS HR_S tables
3182: write_log('OUTPUT','PAY_34022_IP_LEG_INS_BEGINS', l_territory_with_code ,to_char(sysdate,'dd-Mon-yyyy hh:mi:ss'));
3183: hr_utility.set_location('pay_ip_startup_util.setup',20);