DBA Data[Home] [Help]

APPS.OZF_TRADE_PROFILE_PVT dependencies on OZF_TRADE_PROFILE_PVT

Line 1: PACKAGE BODY OZF_Trade_Profile_PVT as

1: PACKAGE BODY OZF_Trade_Profile_PVT as
2: /* $Header: ozfvctpb.pls 120.5.12010000.3 2010/04/26 07:13:17 kpatro ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- OZF_Trade_Profile_PVT

2: /* $Header: ozfvctpb.pls 120.5.12010000.3 2010/04/26 07:13:17 kpatro ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- OZF_Trade_Profile_PVT
7: -- Purpose
8: --
9: -- History
10: --

Line 17: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Trade_Profile_PVT';

13: -- End of Comments
14: -- 4/5/2010 nepanda Bug 9539273 - 12.1.3 multi currency - trade profile / autopay issues
15: -- 4/25/2010 kpatro ER#9453443 - RBS PAD/ CLAIM OFFER CODE CREATE/ UPDATE FLOW CHANGES
16: -- ===============================================================
17: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Trade_Profile_PVT';
18: G_FILE_NAME CONSTANT VARCHAR2(12) := 'ozfvctpb.pls';
19:
20: G_DEBUG BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
21:

Line 1629: l_trade_profile_rec OZF_Trade_Profile_PVT.trade_profile_rec_type;

1625: IS
1626: L_API_NAME CONSTANT VARCHAR2(30) := 'Validate_Trade_Profile';
1627: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
1628: l_object_version_number NUMBER;
1629: l_trade_profile_rec OZF_Trade_Profile_PVT.trade_profile_rec_type;
1630:
1631: BEGIN
1632: -- Standard Start of API savepoint
1633: SAVEPOINT VALIDATE_Trade_Profile_PVT;

Line 1756: END OZF_Trade_Profile_PVT;

1752: p_data => x_msg_data
1753: );
1754: END Validate_trade_profile_Rec;
1755: -------------------------------------------------------------------------------
1756: END OZF_Trade_Profile_PVT;