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.2 2011/03/18 21:54:44 devijay ship $ */
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.2 2011/03/18 21:54:44 devijay ship $ */
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 767: END EAM_PARAMETERS_PUB;

763: );
764: END update_parameters;
765:
766:
767: END EAM_PARAMETERS_PUB;