DBA Data[Home] [Help]

APPS.PA_PURGE_ICIP dependencies on PA_PROJECT_UTILS2

Line 610: WHEN PA_PROJECT_UTILS2.PA_Arch_Pur_Subroutine_Error then

606:
607:
608: x_err_stack := l_old_err_stack ;
609: EXCEPTION
610: WHEN PA_PROJECT_UTILS2.PA_Arch_Pur_Subroutine_Error then
611: RAISE PA_PROJECT_UTILS2.PA_Arch_Pur_Subroutine_Error ;
612:
613: WHEN OTHERS THEN
614: pa_debug.debug('Error Procedure Name := PA_PURGE_ICIP.PA_DraftInvDetails' );

Line 611: RAISE PA_PROJECT_UTILS2.PA_Arch_Pur_Subroutine_Error ;

607:
608: x_err_stack := l_old_err_stack ;
609: EXCEPTION
610: WHEN PA_PROJECT_UTILS2.PA_Arch_Pur_Subroutine_Error then
611: RAISE PA_PROJECT_UTILS2.PA_Arch_Pur_Subroutine_Error ;
612:
613: WHEN OTHERS THEN
614: pa_debug.debug('Error Procedure Name := PA_PURGE_ICIP.PA_DraftInvDetails' );
615: pa_debug.debug('Error stage is '||x_err_stage );

Line 622: PA_PROJECT_UTILS2.g_sqlerrm := SQLERRM ;

618:
619: /* ATG Changes */
620: x_err_stack := l_old_err_stack ;
621:
622: PA_PROJECT_UTILS2.g_sqlerrm := SQLERRM ;
623:
624: RAISE PA_PROJECT_UTILS2.PA_Arch_Pur_Subroutine_Error ;
625:
626: end PA_DraftInvDetails ;

Line 624: RAISE PA_PROJECT_UTILS2.PA_Arch_Pur_Subroutine_Error ;

620: x_err_stack := l_old_err_stack ;
621:
622: PA_PROJECT_UTILS2.g_sqlerrm := SQLERRM ;
623:
624: RAISE PA_PROJECT_UTILS2.PA_Arch_Pur_Subroutine_Error ;
625:
626: end PA_DraftInvDetails ;
627:
628:

Line 710: WHEN PA_PROJECT_UTILS2.PA_Arch_Pur_Subroutine_Error then

706: pa_debug.debug( ' ->After insert into PA_MC_DRAFT_INV_DETS_AR') ;
707: x_err_stack := l_old_err_stack ;
708:
709: EXCEPTION
710: WHEN PA_PROJECT_UTILS2.PA_Arch_Pur_Subroutine_Error then
711: RAISE PA_PROJECT_UTILS2.PA_Arch_Pur_Subroutine_Error ;
712:
713: WHEN OTHERS THEN
714: pa_debug.debug('Error Procedure Name := PA_PURGE_ICIP.PA_MC_DraftInvoiceDetails' );

Line 711: RAISE PA_PROJECT_UTILS2.PA_Arch_Pur_Subroutine_Error ;

707: x_err_stack := l_old_err_stack ;
708:
709: EXCEPTION
710: WHEN PA_PROJECT_UTILS2.PA_Arch_Pur_Subroutine_Error then
711: RAISE PA_PROJECT_UTILS2.PA_Arch_Pur_Subroutine_Error ;
712:
713: WHEN OTHERS THEN
714: pa_debug.debug('Error Procedure Name := PA_PURGE_ICIP.PA_MC_DraftInvoiceDetails' );
715: pa_debug.debug('Error stage is '||x_err_stage );

Line 718: PA_PROJECT_UTILS2.g_sqlerrm := SQLERRM ;

714: pa_debug.debug('Error Procedure Name := PA_PURGE_ICIP.PA_MC_DraftInvoiceDetails' );
715: pa_debug.debug('Error stage is '||x_err_stage );
716: pa_debug.debug('Error stack is '||x_err_stack );
717: pa_debug.debug(SQLERRM);
718: PA_PROJECT_UTILS2.g_sqlerrm := SQLERRM ;
719:
720: /* ATG Changes */
721: x_err_stack := l_old_err_stack ;
722: x_MRC_NoOfRecordsIns := null;

Line 724: RAISE PA_PROJECT_UTILS2.PA_Arch_Pur_Subroutine_Error ;

720: /* ATG Changes */
721: x_err_stack := l_old_err_stack ;
722: x_MRC_NoOfRecordsIns := null;
723:
724: RAISE PA_PROJECT_UTILS2.PA_Arch_Pur_Subroutine_Error ;
725:
726: end PA_MC_DraftInvoiceDetails;
727:
728: END pa_purge_icip;