DBA Data[Home] [Help]

APPS.OE_CONTRACT_UTIL dependencies on OE_CONTRACT_UTIL

Line 1: PACKAGE BODY OE_Contract_Util AS

1: PACKAGE BODY OE_Contract_Util AS
2: /* $Header: OEXUPCTB.pls 115.0 99/07/15 19:27:47 porting shi $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: OEXUPCTB.pls 115.0 99/07/15 19:27:47 porting shi $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Contract_Util';
7:
8: -- Procedure Clear_Dependent_Attr
9:
10: PROCEDURE Clear_Dependent_Attr

Line 638: oe_debug_pub.add('Entering OE_Contract_Util.Insert_Row');

634: )
635: IS
636: BEGIN
637:
638: oe_debug_pub.add('Entering OE_Contract_Util.Insert_Row');
639:
640: INSERT INTO OE_PRICING_CONTRACTS
641: ( AGREEMENT_ID
642: , ATTRIBUTE1

Line 695: oe_debug_pub.add('Exiting OE_Contract_Util.Insert_Row');

691: , p_Contract_rec.price_list_id
692: , p_Contract_rec.pricing_contract_id
693: );
694:
695: oe_debug_pub.add('Exiting OE_Contract_Util.Insert_Row');
696:
697: EXCEPTION
698:
699: WHEN OTHERS THEN

Line 1242: END OE_Contract_Util;

1238: RETURN l_Contract_rec;
1239:
1240: END Get_Ids;
1241:
1242: END OE_Contract_Util;