DBA Data[Home] [Help]

APPS.PAY_PWR_DEL dependencies on PAY_WCI_RATES

Line 60: -- Delete the pay_wci_rates row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: pay_pwr_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the pay_wci_rates row.
61: --
62: delete from pay_wci_rates
63: where rate_id = p_rec.rate_id;
64: --

Line 62: delete from pay_wci_rates

58: pay_pwr_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the pay_wci_rates row.
61: --
62: delete from pay_wci_rates
63: where rate_id = p_rec.rate_id;
64: --
65: pay_pwr_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 183: (p_module_name => 'pay_wci_rates'

179: --
180: when hr_api.cannot_find_prog_unit then
181: --
182: hr_api.cannot_find_prog_unit_error
183: (p_module_name => 'pay_wci_rates'
184: ,p_hook_type => 'AD');
185: --
186: end;
187: --