DBA Data[Home] [Help]

APPS.AMS_LIST_WF dependencies on AMS_LIST_WF

Line 1: PACKAGE BODY AMS_LIST_WF AS

1: PACKAGE BODY AMS_LIST_WF AS
2: /* $Header: amsvwlib.pls 120.4 2006/08/01 05:20:08 bmuthukr ship $*/
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):='AMS_LIST_WF ';
5: G_FILE_NAME CONSTANT VARCHAR2(12):='amsvwlib.pls';

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30):='AMS_LIST_WF ';

1: PACKAGE BODY AMS_LIST_WF AS
2: /* $Header: amsvwlib.pls 120.4 2006/08/01 05:20:08 bmuthukr ship $*/
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):='AMS_LIST_WF ';
5: G_FILE_NAME CONSTANT VARCHAR2(12):='amsvwlib.pls';
6:
7: -- Start of Comments
8: --

Line 961: wf_core.context(G_PKG_NAME,'AMS_LIST_WF',itemtype,itemkey,actid,funcmode);

957: RETURN;
958: END IF;
959: EXCEPTION
960: WHEN OTHERS THEN
961: wf_core.context(G_PKG_NAME,'AMS_LIST_WF',itemtype,itemkey,actid,funcmode);
962: raise ;
963: END Check_Item_Key;
964:
965: END AMS_LIST_WF;

Line 965: END AMS_LIST_WF;

961: wf_core.context(G_PKG_NAME,'AMS_LIST_WF',itemtype,itemkey,actid,funcmode);
962: raise ;
963: END Check_Item_Key;
964:
965: END AMS_LIST_WF;