DBA Data[Home] [Help]

APPS.PAY_SIV_DEL dependencies on PAY_SHADOW_INPUT_VALUES

Line 56: -- Delete the pay_shadow_input_values row.

52: Begin
53: hr_utility.set_location('Entering:'||l_proc, 5);
54: --
55: --
56: -- Delete the pay_shadow_input_values row.
57: --
58: delete from pay_shadow_input_values
59: where input_value_id = p_rec.input_value_id;
60: --

Line 58: delete from pay_shadow_input_values

54: --
55: --
56: -- Delete the pay_shadow_input_values row.
57: --
58: delete from pay_shadow_input_values
59: where input_value_id = p_rec.input_value_id;
60: --
61: --
62: hr_utility.set_location(' Leaving:'||l_proc, 10);