[Home] [Help]
61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --
65: -- Insert the row into: per_cagr_entitlements
66: --
67: INSERT INTO per_cagr_entitlements
68: (cagr_entitlement_id
69: ,cagr_entitlement_item_id
63: --
64: --
65: -- Insert the row into: per_cagr_entitlements
66: --
67: INSERT INTO per_cagr_entitlements
68: (cagr_entitlement_id
69: ,cagr_entitlement_item_id
70: ,collective_agreement_id
71: ,start_date
157: ) IS
158: --
159: l_proc VARCHAR2(72) := g_package||'pre_insert';
160: --
161: Cursor C_Sel1 IS select per_cagr_entitlements_s.nextval from sys.dual;
162: --
163: BEGIN
164: hr_utility.set_location('Entering:'||l_proc, 5);
165: --
235: --
236: when hr_api.cannot_find_prog_unit then
237: --
238: hr_api.cannot_find_prog_unit_error
239: (p_module_name => 'PER_CAGR_ENTITLEMENTS'
240: ,p_hook_type => 'AI');
241: --
242: end;
243: --