DBA Data[Home] [Help]

APPS.PER_FR_TERMINATION dependencies on PER_PER_BUS

Line 192: IF per_per_bus.g_global_transfer_in_process IS NULL --12394469

188: -- If ATD is not null then LWD must be entered
189: --
190: hr_utility.set_location(l_proc,80);
191:
192: IF per_per_bus.g_global_transfer_in_process IS NULL --12394469
193: OR per_per_bus.g_global_transfer_in_process = false --12394469
194: THEN
195: if p_actual_termination_date is not null
196: and p_last_day_worked is null then

Line 193: OR per_per_bus.g_global_transfer_in_process = false --12394469

189: --
190: hr_utility.set_location(l_proc,80);
191:
192: IF per_per_bus.g_global_transfer_in_process IS NULL --12394469
193: OR per_per_bus.g_global_transfer_in_process = false --12394469
194: THEN
195: if p_actual_termination_date is not null
196: and p_last_day_worked is null then
197: hr_utility.set_message(800,'PER_75019_LWD_ATD_NULL');