DBA Data[Home] [Help]

APPS.OE_OE_FORM_AGREEMENT dependencies on OE_OE_FORM_AGREEMENT

Line 1: PACKAGE BODY OE_OE_Form_Agreement AS

1: PACKAGE BODY OE_OE_Form_Agreement AS
2: /* $Header: OEXFAGRB.pls 120.2 2005/12/14 16:13:41 shulin noship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: OEXFAGRB.pls 120.2 2005/12/14 16:13:41 shulin noship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_OE_Form_Agreement';
7:
8: -- Global variables holding cached record.
9:
10: g_Agreement_rec OE_Pricing_Cont_PUB.Agreement_Rec_Type;

Line 119: oe_debug_pub.add('Entering OE_OE_Form_Agreement.Default_Attributes');

115: l_x_Price_Break_rec OE_Pricing_Cont_PUB.Price_Break_Rec_Type;
116: l_x_Price_Break_tbl OE_Pricing_Cont_PUB.Price_Break_Tbl_Type;
117: BEGIN
118:
119: oe_debug_pub.add('Entering OE_OE_Form_Agreement.Default_Attributes');
120:
121: -- Set control flags.
122:
123: l_control_rec.controlled_operation := TRUE;

Line 284: oe_debug_pub.add('Exiting OE_OE_Form_Agreement.Default_Attributes');

280: ( p_count => x_msg_count
281: , p_data => x_msg_data
282: );
283:
284: oe_debug_pub.add('Exiting OE_OE_Form_Agreement.Default_Attributes');
285:
286: EXCEPTION
287:
288: WHEN FND_API.G_EXC_ERROR THEN

Line 438: oe_debug_pub.add('Entering OE_OE_Form_Agreement.Change_Attribute');

434: l_x_Price_Break_rec OE_Pricing_Cont_PUB.Price_Break_Rec_Type;
435: l_x_Price_Break_tbl OE_Pricing_Cont_PUB.Price_Break_Tbl_Type;
436: BEGIN
437:
438: oe_debug_pub.add('Entering OE_OE_Form_Agreement.Change_Attribute');
439:
440: -- Set control flags.
441:
442: l_control_rec.controlled_operation := TRUE;

Line 1011: oe_debug_pub.add('Exiting OE_OE_Form_Agreement.Change_Attribute');

1007: ( p_count => x_msg_count
1008: , p_data => x_msg_data
1009: );
1010:
1011: oe_debug_pub.add('Exiting OE_OE_Form_Agreement.Change_Attribute');
1012:
1013: EXCEPTION
1014:
1015: WHEN FND_API.G_EXC_ERROR THEN

Line 1091: oe_debug_pub.add('Entering OE_OE_Form_Agreement.Validate_And_Write');

1087: l_x_Price_Break_rec OE_Pricing_Cont_PUB.Price_Break_Rec_Type;
1088: l_x_Price_Break_tbl OE_Pricing_Cont_PUB.Price_Break_Tbl_Type;
1089: BEGIN
1090:
1091: oe_debug_pub.add('Entering OE_OE_Form_Agreement.Validate_And_Write');
1092:
1093: -- Set control flags.
1094:
1095: l_control_rec.controlled_operation := TRUE;

Line 1209: oe_debug_pub.add('Exiting OE_OE_Form_Agreement.Validate_And_Write');

1205: ( p_count => x_msg_count
1206: , p_data => x_msg_data
1207: );
1208:
1209: oe_debug_pub.add('Exiting OE_OE_Form_Agreement.Validate_And_Write');
1210:
1211: EXCEPTION
1212:
1213: WHEN FND_API.G_EXC_ERROR THEN

Line 1800: END OE_OE_Form_Agreement;

1796: g_db_Agreement_rec := OE_Pricing_Cont_PUB.G_MISS_AGREEMENT_REC;
1797:
1798: END Clear_Agreement;
1799:
1800: END OE_OE_Form_Agreement;