DBA Data[Home] [Help]

APPS.PSP_PRT_UPD dependencies on PSP_REPORT_TEMPLATES

Line 68: -- Update the psp_report_templates Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: psp_prt_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the psp_report_templates Row
69: --
70: update psp_report_templates
71: set
72: template_id = p_rec.template_id

Line 70: update psp_report_templates

66: psp_prt_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the psp_report_templates Row
69: --
70: update psp_report_templates
71: set
72: template_id = p_rec.template_id
73: ,template_name = p_rec.template_name
74: ,business_group_id = p_rec.business_group_id

Line 296: (p_module_name => 'PSP_REPORT_TEMPLATES'

292: --
293: when hr_api.cannot_find_prog_unit then
294: --
295: hr_api.cannot_find_prog_unit_error
296: (p_module_name => 'PSP_REPORT_TEMPLATES'
297: ,p_hook_type => 'AU');
298: --
299: end;
300: --