DBA Data[Home] [Help]

APPS.PAY_PWR_UPD dependencies on PAY_WCI_RATES

Line 67: -- Update the pay_wci_rates Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: pay_pwr_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the pay_wci_rates Row
68: --
69: update pay_wci_rates
70: set
71: rate_id = p_rec.rate_id,

Line 69: update pay_wci_rates

65: pay_pwr_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the pay_wci_rates Row
68: --
69: update pay_wci_rates
70: set
71: rate_id = p_rec.rate_id,
72: code = p_rec.code,
73: rate = p_rec.rate,

Line 214: (p_module_name => 'pay_wci_rates'

210: --
211: when hr_api.cannot_find_prog_unit then
212: --
213: hr_api.cannot_find_prog_unit_error
214: (p_module_name => 'pay_wci_rates'
215: ,p_hook_type => 'AU');
216: --
217: end;
218: --