DBA Data[Home] [Help]

APPS.PER_SSL_UPD dependencies on PER_SALARY_SURVEY_LINES

Line 66: -- Update the per_salary_survey_lines Row

62: --
63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: --
66: -- Update the per_salary_survey_lines Row
67: --
68: update per_salary_survey_lines
69: set
70: salary_survey_line_id = p_rec.salary_survey_line_id,

Line 68: update per_salary_survey_lines

64: --
65: --
66: -- Update the per_salary_survey_lines Row
67: --
68: update per_salary_survey_lines
69: set
70: salary_survey_line_id = p_rec.salary_survey_line_id,
71: object_version_number = p_rec.object_version_number,
72: survey_job_name_code = p_rec.survey_job_name_code,

Line 585: (p_module_name => 'PER_SALARY_SURVEY_LINES'

581:
582: exception
583: when hr_api.cannot_find_prog_unit then
584: hr_api.cannot_find_prog_unit_error
585: (p_module_name => 'PER_SALARY_SURVEY_LINES'
586: ,p_hook_type => 'AU'
587: );
588: end;
589: --