DBA Data[Home] [Help]

APPS.PV_MSG_PUB dependencies on PV_MSG_PUB

Line 1: PACKAGE BODY PV_MSG_PUB AS

1: PACKAGE BODY PV_MSG_PUB AS
2: /* $Header: pvxpmsgb.pls 115.7 2002/12/26 06:11:39 anubhavk ship $ */
3:
4: -- Constants used as tokens for unexpected error messages.
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(15):= 'PV_MSG_PUB';

2: /* $Header: pvxpmsgb.pls 115.7 2002/12/26 06:11:39 anubhavk ship $ */
3:
4: -- Constants used as tokens for unexpected error messages.
5:
6: G_PKG_NAME CONSTANT VARCHAR2(15):= 'PV_MSG_PUB';
7:
8: -- API message table type
9: --
10: -- PL/SQL table of VARCHAR2(2000)

Line 440: END PV_MSG_PUB ;

436: END IF;
437:
438: END Dump_List;
439:
440: END PV_MSG_PUB ;