DBA Data[Home] [Help]

APPS.PAY_DEFINED_BALANCES_BRU dependencies on HR_GENERAL

Line 6: if hr_general.g_data_migrator_mode <> 'Y' then

2: before update
3: on pay_defined_balances
4: for each row
5: begin
6: if hr_general.g_data_migrator_mode <> 'Y' then
7: --
8: -- do not allow the SAVE_RUN_BALANCE flag to be altered from 'Y' to 'N' or null
9: -- if valid run_balances exist for the defined_balance.
10: --