DBA Data[Home] [Help]

APPS.PER_SSL_INS dependencies on PER_SALARY_SURVEY_LINES

Line 63: -- Insert the row into: per_salary_survey_lines

59: hr_utility.set_location('SS id '||to_char(p_rec.salary_survey_id), 5);
60: p_rec.object_version_number := 1; -- Initialise the object version
61: --
62: --
63: -- Insert the row into: per_salary_survey_lines
64: --
65: insert into per_salary_survey_lines
66: ( salary_survey_line_id,
67: object_version_number,

Line 65: insert into per_salary_survey_lines

61: --
62: --
63: -- Insert the row into: per_salary_survey_lines
64: --
65: insert into per_salary_survey_lines
66: ( salary_survey_line_id,
67: object_version_number,
68: salary_survey_id,
69: survey_job_name_code,

Line 300: Cursor C_Sel1 is select per_salary_survey_lines_s.nextval from sys.dual;

296: Procedure pre_insert(p_rec in out nocopy per_ssl_shd.g_rec_type) is
297: --
298: l_proc varchar2(72) := g_package||'pre_insert';
299: --
300: Cursor C_Sel1 is select per_salary_survey_lines_s.nextval from sys.dual;
301: --
302: Begin
303: hr_utility.set_location('Entering:'||l_proc, 5);
304: --

Line 527: (p_module_name => 'PER_SALARY_SURVEY_LINES'

523:
524: exception
525: when hr_api.cannot_find_prog_unit then
526: hr_api.cannot_find_prog_unit_error
527: (p_module_name => 'PER_SALARY_SURVEY_LINES'
528: ,p_hook_type => 'AI'
529: );
530: end;
531: