DBA Data[Home] [Help]

APPS.OZF_CUST_TRD_PRFLS_PKG dependencies on OZF_CUST_TRD_PRFLS_PKG

Line 1: PACKAGE BODY OZF_cust_trd_prfls_PKG as

1: PACKAGE BODY OZF_cust_trd_prfls_PKG as
2: /* $Header: ozftctpb.pls 120.2 2005/09/14 05:11:43 appldev ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- OZF_cust_trd_prfls_PKG

2: /* $Header: ozftctpb.pls 120.2 2005/09/14 05:11:43 appldev ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- OZF_cust_trd_prfls_PKG
7: -- Purpose
8: --
9: -- History
10: --

Line 16: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_cust_trd_prfls_PKG';

12: --
13: -- End of Comments
14: -- ===============================================================
15:
16: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_cust_trd_prfls_PKG';
17: G_FILE_NAME CONSTANT VARCHAR2(12) := 'ozftctpb.pls';
18:
19: G_DEBUG BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
20:

Line 656: END OZF_cust_trd_prfls_PKG;

652: APP_EXCEPTION.RAISE_EXCEPTION;
653: END IF;
654: END Lock_Row;
655:
656: END OZF_cust_trd_prfls_PKG;