DBA Data[Home] [Help]

APPS.PAY_ELEMENT_LINKS_T1 dependencies on HR_GENERAL

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

35: begin
36: -- If the costable type is updated from costed or fixed to distributed or
37: -- not costed then we need to make all the link input values not costed.
38: --
39: if hr_general.g_data_migrator_mode <> 'Y' then
40: if :old.costable_type in ('C','F') and :new.costable_type in ('D','N') then
41: --
42: update pay_link_input_values_f
43: set costed_flag = 'N'