DBA Data[Home] [Help]

APPS.EAM_PARAMETERS_PUB dependencies on EAM_PARAMETERS_PUB

Line 1: PACKAGE BODY EAM_PARAMETERS_PUB AS

1: PACKAGE BODY EAM_PARAMETERS_PUB AS
2: /* $Header: EAMPPRMB.pls 120.1 2005/06/17 01:57:35 appldev $ */
3: -- Start of comments
4: -- API name : EAM_PARAMETERS_PUB
5: -- Type : Public

Line 4: -- API name : EAM_PARAMETERS_PUB

1: PACKAGE BODY EAM_PARAMETERS_PUB AS
2: /* $Header: EAMPPRMB.pls 120.1 2005/06/17 01:57:35 appldev $ */
3: -- Start of comments
4: -- API name : EAM_PARAMETERS_PUB
5: -- Type : Public
6: -- Function : insert_parameters, update_parameters
7: -- Pre-reqs : None.
8: -- Parameters :

Line 41: G_PKG_NAME CONSTANT VARCHAR2(30):='EAM_PARAMETERS_PUB';

37: -- Notes : Note text
38: --
39: -- End of comments
40:
41: G_PKG_NAME CONSTANT VARCHAR2(30):='EAM_PARAMETERS_PUB';
42:
43:
44: /* for de-bugging */
45: /*g_sr_no number ;*/

Line 762: END EAM_PARAMETERS_PUB;

758: );
759: END update_parameters;
760:
761:
762: END EAM_PARAMETERS_PUB;