DBA Data[Home] [Help]

APPS.GHR_PROC_FUT_MT dependencies on GHR_PROCESS_SF52

Line 688: GHR_PROCESS_SF52.Process_SF52(

684: --7510344
685:
686:
687: SAVEPOINT future_Action;
688: GHR_PROCESS_SF52.Process_SF52(
689: p_sf52_data => l_sf52_rec,
690: p_process_type => 'FUTURE');
691:
692: -- Start of Bug 3602261

Line 741: --Bug# 5634990 added the package GHR_PROCESS_SF52 exception and modified error msg

737: p_log_date => sysdate
738: );
739: END IF; -- IF ( UPPER(SUBSTR(l_sf52_rec.request_number,1,3)) = 'MSL'
740: EXCEPTION
741: --Bug# 5634990 added the package GHR_PROCESS_SF52 exception and modified error msg
742: WHEN GHR_PROCESS_SF52.e_refresh THEN
743: BEGIN
744: ROLLBACK TO future_Action;
745: IF NVL(l_retcode, 0) <> 2 THEN

Line 742: WHEN GHR_PROCESS_SF52.e_refresh THEN

738: );
739: END IF; -- IF ( UPPER(SUBSTR(l_sf52_rec.request_number,1,3)) = 'MSL'
740: EXCEPTION
741: --Bug# 5634990 added the package GHR_PROCESS_SF52 exception and modified error msg
742: WHEN GHR_PROCESS_SF52.e_refresh THEN
743: BEGIN
744: ROLLBACK TO future_Action;
745: IF NVL(l_retcode, 0) <> 2 THEN
746: l_retcode := 1; /* warning */