DBA Data[Home] [Help]

APPS.PAY_PWR_INS dependencies on PAY_WCI_RATES

Line 63: -- Insert the row into: pay_wci_rates

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: pay_pwr_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: pay_wci_rates
64: --
65: insert into pay_wci_rates
66: ( rate_id,
67: business_group_id,

Line 65: insert into pay_wci_rates

61: pay_pwr_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: pay_wci_rates
64: --
65: insert into pay_wci_rates
66: ( rate_id,
67: business_group_id,
68: account_id,
69: code,

Line 151: Cursor C_Sel1 is select pay_wci_rates_s.nextval from sys.dual;

147: Procedure pre_insert(p_rec in out nocopy pay_pwr_shd.g_rec_type) is
148: --
149: l_proc varchar2(72) := g_package||'pre_insert';
150: --
151: Cursor C_Sel1 is select pay_wci_rates_s.nextval from sys.dual;
152: --
153: Begin
154: hr_utility.set_location('Entering:'||l_proc, 5);
155: --

Line 227: (p_module_name => 'pay_wci_rates'

223: --
224: when hr_api.cannot_find_prog_unit then
225: --
226: hr_api.cannot_find_prog_unit_error
227: (p_module_name => 'pay_wci_rates'
228: ,p_hook_type => 'AI');
229: --
230: end;
231: --