DBA Data[Home] [Help]

APPS.GHR_PROC_FUT_MT dependencies on GHR_PROCESS_SF52

Line 668: GHR_PROCESS_SF52.Process_SF52(

664: --7510344
665:
666:
667: SAVEPOINT future_Action;
668: GHR_PROCESS_SF52.Process_SF52(
669: p_sf52_data => l_sf52_rec,
670: p_process_type => 'FUTURE');
671:
672: -- Start of Bug 3602261

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

717: p_log_date => sysdate
718: );
719: END IF; -- IF ( UPPER(SUBSTR(l_sf52_rec.request_number,1,3)) = 'MSL'
720: EXCEPTION
721: --Bug# 5634990 added the package GHR_PROCESS_SF52 exception and modified error msg
722: WHEN GHR_PROCESS_SF52.e_refresh THEN
723: BEGIN
724: ROLLBACK TO future_Action;
725: IF NVL(l_retcode, 0) <> 2 THEN

Line 722: WHEN GHR_PROCESS_SF52.e_refresh THEN

718: );
719: END IF; -- IF ( UPPER(SUBSTR(l_sf52_rec.request_number,1,3)) = 'MSL'
720: EXCEPTION
721: --Bug# 5634990 added the package GHR_PROCESS_SF52 exception and modified error msg
722: WHEN GHR_PROCESS_SF52.e_refresh THEN
723: BEGIN
724: ROLLBACK TO future_Action;
725: IF NVL(l_retcode, 0) <> 2 THEN
726: l_retcode := 1; /* warning */