DBA Data[Home] [Help]

APPS.PAY_PWO_INS dependencies on PAY_WCI_OCCUPATIONS

Line 63: -- Insert the row into: pay_wci_occupations

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

Line 65: insert into pay_wci_occupations

61: pay_pwo_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: pay_wci_occupations
64: --
65: insert into pay_wci_occupations
66: ( occupation_id,
67: business_group_id,
68: rate_id,
69: job_id,

Line 147: Cursor C_Sel1 is select pay_wci_occupations_s.nextval from sys.dual;

143: Procedure pre_insert(p_rec in out nocopy pay_pwo_shd.g_rec_type) is
144: --
145: l_proc varchar2(72) := g_package||'pre_insert';
146: --
147: Cursor C_Sel1 is select pay_wci_occupations_s.nextval from sys.dual;
148: --
149: Begin
150: hr_utility.set_location('Entering:'||l_proc, 5);
151: --

Line 220: (p_module_name => 'pay_wci_occupations'

216: --
217: when hr_api.cannot_find_prog_unit then
218: --
219: hr_api.cannot_find_prog_unit_error
220: (p_module_name => 'pay_wci_occupations'
221: ,p_hook_type => 'AI');
222: --
223: end;
224: --