DBA Data[Home] [Help]

APPS.GMD_SS_WFLOW_GRP dependencies on GMD_SS_WFLOW_GRP

Line 1: PACKAGE BODY GMD_SS_WFLOW_GRP AS

1: PACKAGE BODY GMD_SS_WFLOW_GRP AS
2: /* $Header: GMDSWFGB.pls 120.2 2006/04/12 12:17:44 mgrosser noship $ */
3:
4: /*
5: -- Start of comments

Line 14: -- Package Name: GMD_SS_WFLOW_GRP

10: --
11: ----------------------------------------------------------
12: --
13: -- File Name: GMDSWFGB.pls
14: -- Package Name: GMD_SS_WFLOW_GRP
15: -- Type: Group
16: -- History :
17: --
18: -- Saikiran Vankadari 19-May-04 Bug# 3583257. In the 'events_for_status_change' procedure,

Line 724: 'GMD_SS_WFLOW_GRP.events_for_status_change',

720: EXCEPTION
721: WHEN FND_API.G_EXC_ERROR THEN
722: x_return_status := 'E';
723: gmd_api_pub.log_message('GMD_API_ERROR','PACKAGE',
724: 'GMD_SS_WFLOW_GRP.events_for_status_change',
725: 'ERROR', SUBSTR(SQLERRM,1,100),
726: 'POSITION',null);
727: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
728: x_return_status := 'U';

Line 730: 'GMD_SS_WFLOW_GRP.events_for_status_change',

726: 'POSITION',null);
727: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
728: x_return_status := 'U';
729: gmd_api_pub.log_message('GMD_API_ERROR','PACKAGE',
730: 'GMD_SS_WFLOW_GRP.events_for_status_change',
731: 'ERROR',
732: SUBSTR(SQLERRM,1,100),'POSITION',null);
733: WHEN OTHERS THEN
734: x_return_status := 'E';

Line 736: 'GMD_SS_WFLOW_GRP.events_for_status_change',

732: SUBSTR(SQLERRM,1,100),'POSITION',null);
733: WHEN OTHERS THEN
734: x_return_status := 'E';
735: gmd_api_pub.log_message('GMD_API_ERROR','PACKAGE',
736: 'GMD_SS_WFLOW_GRP.events_for_status_change',
737: 'ERROR',
738: SUBSTR(SQLERRM,1,100),'POSITION',null);
739: END events_for_status_change;
740: END GMD_SS_WFLOW_GRP;

Line 740: END GMD_SS_WFLOW_GRP;

736: 'GMD_SS_WFLOW_GRP.events_for_status_change',
737: 'ERROR',
738: SUBSTR(SQLERRM,1,100),'POSITION',null);
739: END events_for_status_change;
740: END GMD_SS_WFLOW_GRP;
741:
742: