DBA Data[Home] [Help]

APPS.PER_SSM_INS dependencies on PER_SALARY_SURVEY_MAPPINGS

Line 63: -- Insert the row into: per_salary_survey_mappings

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

Line 65: insert into per_salary_survey_mappings

61: per_ssm_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: per_salary_survey_mappings
64: --
65: insert into per_salary_survey_mappings
66: ( object_version_number,
67: salary_survey_mapping_id,
68: parent_id,
69: parent_table_name,

Line 201: Cursor C_Sel1 is select per_salary_survey_mappings_s.nextval from sys.dual;

197: Procedure pre_insert(p_rec in out nocopy per_ssm_shd.g_rec_type) is
198: --
199: l_proc varchar2(72) := g_package||'pre_insert';
200: --
201: Cursor C_Sel1 is select per_salary_survey_mappings_s.nextval from sys.dual;
202: --
203: Begin
204: hr_utility.set_location('Entering:'||l_proc, 5);
205: --

Line 297: (p_module_name => 'PER_SALARY_SURVEY_MAPPINGS'

293: exception
294: when hr_api.cannot_find_prog_unit then
295: --
296: hr_api.cannot_find_prog_unit_error
297: (p_module_name => 'PER_SALARY_SURVEY_MAPPINGS'
298: ,p_hook_type => 'AI'
299: );
300: end;
301: --