DBA Data[Home] [Help]

APPS.PSP_REPORT_TEMPLATE_API dependencies on PSP_REPORT_TEMPLATE_BK3

Line 499: PSP_Report_Template_BK3.Delete_Report_template_b

495: --
496: -- Call Before Process User Hook
497: --
498: begin
499: PSP_Report_Template_BK3.Delete_Report_template_b
500: ( P_TEMPLATE_ID => P_TEMPLATE_ID
501: );
502: exception
503: when hr_api.cannot_find_prog_unit then

Line 530: PSP_Report_Template_BK3.Delete_Report_template_a

526: --
527: -- Call After Process User Hook
528: --
529: begin
530: PSP_Report_Template_BK3.Delete_Report_template_a
531: ( P_TEMPLATE_ID => P_TEMPLATE_ID
532: ,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
533: ,P_WARNING => P_WARNING
534: