DBA Data[Home] [Help]

APPS.OE_PRICING_CONT_PVT dependencies on OE_PRICING_CONT_PVT

Line 1: PACKAGE BODY OE_Pricing_Cont_PVT AS

1: PACKAGE BODY OE_Pricing_Cont_PVT AS
2: /* $Header: OEXVPRCB.pls 120.3 2005/07/07 05:33:13 appldev ship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Pricing_Cont_PVT';

2: /* $Header: OEXVPRCB.pls 120.3 2005/07/07 05:33:13 appldev ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Pricing_Cont_PVT';
7:
8: FUNCTION Check_Delete_Agreement( p_Price_List_id IN NUMBER)
9: RETURN BOOLEAN;
10:

Line 3241: END OE_Pricing_Cont_PVT;

3237: oe_debug_pub.add('exp create_agr_qual'||to_char(p_old_list_header_id)||'old'||to_char(p_list_header_id)||'new');
3238:
3239: END Create_Agreement_Qualifier;
3240:
3241: END OE_Pricing_Cont_PVT;