DBA Data[Home] [Help]

APPS.CSTPWPVR dependencies on CSTPWPVR

Line 1: PACKAGE BODY CSTPWPVR AS

1: PACKAGE BODY CSTPWPVR AS
2: /* $Header: CSTPWPVB.pls 120.2 2006/02/13 06:20:23 arathee noship $ */
3:
4: FUNCTION REPVAR
5: (i_org_id IN NUMBER,

Line 782: err_buf := 'CSTPWPVR: Failed to redistribute Asset Route';

778: RETURN(l_status);
779:
780: WHEN realloc_failed THEN
781: ROLLBACK;
782: err_buf := 'CSTPWPVR: Failed to redistribute Asset Route';
783: RETURN(l_status);
784:
785: WHEN OTHERS THEN
786: ROLLBACK;

Line 787: err_buf := 'CSTPWPVR:' || to_char(where_num) || substr(SQLERRM,1,150);

783: RETURN(l_status);
784:
785: WHEN OTHERS THEN
786: ROLLBACK;
787: err_buf := 'CSTPWPVR:' || to_char(where_num) || substr(SQLERRM,1,150);
788: RETURN(SQLCODE);
789:
790: END REPVAR;
791:

Line 792: END CSTPWPVR; /* end package body */

788: RETURN(SQLCODE);
789:
790: END REPVAR;
791:
792: END CSTPWPVR; /* end package body */