DBA Data[Home] [Help]

APPS.PER_PSS_INS dependencies on PER_SALARY_SURVEYS

Line 62: -- Insert the row into: per_salary_surveys

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: --
62: -- Insert the row into: per_salary_surveys
63: --
64: insert into per_salary_surveys
65: ( salary_survey_id,
66: object_version_number,

Line 64: insert into per_salary_surveys

60: --
61: --
62: -- Insert the row into: per_salary_surveys
63: --
64: insert into per_salary_surveys
65: ( salary_survey_id,
66: object_version_number,
67: survey_name,
68: survey_company_code,

Line 186: Cursor C_Sel1 is select per_salary_surveys_s.nextval from sys.dual;

182: Procedure pre_insert(p_rec in out nocopy per_pss_shd.g_rec_type) is
183: --
184: l_proc varchar2(72) := g_package||'pre_insert';
185: --
186: Cursor C_Sel1 is select per_salary_surveys_s.nextval from sys.dual;
187: --
188: Begin
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: --

Line 308: (p_module_name => 'PER_SALARY_SURVEYS'

304:
305: exception
306: when hr_api.cannot_find_prog_unit then
307: hr_api.cannot_find_prog_unit_error
308: (p_module_name => 'PER_SALARY_SURVEYS'
309: ,p_hook_type => 'AI'
310: );
311: end;
312: --