DBA Data[Home] [Help]

APPS.PER_RES_INS dependencies on PER_CAGR_ENTITLEMENT_RESULTS

Line 113: -- Insert the row into: per_cagr_entitlement_results

109: p_rec.object_version_number := 1; -- Initialise the object version
110: --
111: --
112: --
113: -- Insert the row into: per_cagr_entitlement_results
114: --
115: insert into per_cagr_entitlement_results
116: (cagr_entitlement_result_id
117: ,assignment_id

Line 115: insert into per_cagr_entitlement_results

111: --
112: --
113: -- Insert the row into: per_cagr_entitlement_results
114: --
115: insert into per_cagr_entitlement_results
116: (cagr_entitlement_result_id
117: ,assignment_id
118: ,start_date
119: ,end_date

Line 253: Cursor C_Sel1 is select per_cagr_entitlement_results_s.nextval from sys.dual;

249: ) is
250: --
251: l_proc varchar2(72) := g_package||'pre_insert';
252: --
253: Cursor C_Sel1 is select per_cagr_entitlement_results_s.nextval from sys.dual;
254: --
255: Begin
256: hr_utility.set_location('Entering:'||l_proc, 5);
257: --

Line 397: (p_module_name => 'PER_CAGR_ENTITLEMENT_RESULTS'

393: --
394: when hr_api.cannot_find_prog_unit then
395: --
396: hr_api.cannot_find_prog_unit_error
397: (p_module_name => 'PER_CAGR_ENTITLEMENT_RESULTS'
398: ,p_hook_type => 'AI');
399: --
400: end;
401: */