DBA Data[Home] [Help]

APPS.PSP_PSC_UPD dependencies on PSP_SALARY_CAPS

Line 68: -- Update the psp_salary_caps Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the psp_salary_caps Row
69: --
70: update psp_salary_caps
71: set
72: salary_cap_id = p_rec.salary_cap_id

Line 70: update psp_salary_caps

66: --
67: --
68: -- Update the psp_salary_caps Row
69: --
70: update psp_salary_caps
71: set
72: salary_cap_id = p_rec.salary_cap_id
73: ,funding_source_code = p_rec.funding_source_code
74: ,start_date = p_rec.start_date

Line 231: (p_module_name => 'PSP_SALARY_CAPS'

227: --
228: when hr_api.cannot_find_prog_unit then
229: --
230: hr_api.cannot_find_prog_unit_error
231: (p_module_name => 'PSP_SALARY_CAPS'
232: ,p_hook_type => 'AU');
233: --
234: end;
235: --