DBA Data[Home] [Help]

APPS.OZF_AUTOPAY_PVT dependencies on OZF_AUTOPAY_PVT

Line 1: PACKAGE BODY OZF_AUTOPAY_PVT AS

1: PACKAGE BODY OZF_AUTOPAY_PVT AS
2: /* $Header: ozfvatob.pls 120.9 2008/01/25 08:53:51 nirprasa ship $ */
3: -- Start of Comments
4: -- Package name : OZF_AUTOPAY_PVT
5: -- Purpose :

Line 4: -- Package name : OZF_AUTOPAY_PVT

1: PACKAGE BODY OZF_AUTOPAY_PVT AS
2: /* $Header: ozfvatob.pls 120.9 2008/01/25 08:53:51 nirprasa ship $ */
3: -- Start of Comments
4: -- Package name : OZF_AUTOPAY_PVT
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- End of Comments

Line 10: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OZF_AUTOPAY_PVT';

6: -- History :
7: -- NOTE :
8: -- End of Comments
9:
10: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OZF_AUTOPAY_PVT';
11: G_UPDATE_EVENT CONSTANT VARCHAR2(30) := 'UPDATE';
12: G_DAILY CONSTANT VARCHAR2(30) := 'DAYS';
13: G_WEEKLY CONSTANT VARCHAR2(30) := 'WEEKS';
14: G_MONTHLY CONSTANT VARCHAR2(30) := 'MONTHS';

Line 1475: END OZF_AUTOPAY_PVT;

1471: END LOOP;
1472: END IF;
1473: END Start_Autopay;
1474:
1475: END OZF_AUTOPAY_PVT;