DBA Data[Home] [Help]

APPS.OE_OE_FORM_PRICE_LLINE dependencies on OE_OE_FORM_PRICE_LLINE

Line 1: PACKAGE BODY OE_OE_Form_Price_Lline AS

1: PACKAGE BODY OE_OE_Form_Price_Lline AS
2: /* $Header: OEXFPLLB.pls 120.1 2005/06/09 00:25:16 appldev $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: OEXFPLLB.pls 120.1 2005/06/09 00:25:16 appldev $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_OE_Form_Price_Lline';
7:
8: -- Global variables holding cached record.
9:
10: g_Price_LLine_rec OE_Price_List_PUB.Price_List_Line_Rec_Type;

Line 119: oe_debug_pub.add('Entering OE_OE_Form_Price_Lline.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_Price_Lline.Default_Attributes');
120:
121: -- Set control flags.
122:
123: l_control_rec.controlled_operation := TRUE;

Line 298: oe_debug_pub.add('Exiting OE_OE_Form_Price_Lline.Default_Attributes');

294: ( p_count => x_msg_count
295: , p_data => x_msg_data
296: );
297:
298: oe_debug_pub.add('Exiting OE_OE_Form_Price_Lline.Default_Attributes');
299:
300: EXCEPTION
301:
302: WHEN FND_API.G_EXC_ERROR THEN

Line 453: oe_debug_pub.add('Entering OE_OE_Form_Price_Lline.Change_Attribute');

449: l_x_Price_Break_rec OE_Pricing_Cont_PUB.Price_Break_Rec_Type;
450: l_x_Price_Break_tbl OE_Pricing_Cont_PUB.Price_Break_Tbl_Type;
451: BEGIN
452:
453: oe_debug_pub.add('Entering OE_OE_Form_Price_Lline.Change_Attribute');
454:
455: -- Set control flags.
456:
457: l_control_rec.controlled_operation := TRUE;

Line 1110: oe_debug_pub.add('Exiting OE_OE_Form_Price_Lline.Change_Attribute');

1106: );
1107:
1108: oe_debug_pub.add('Price_List_Id: ' || g_Price_LLine_rec.price_list_id ||
1109: 'Price_List_Line_Id: ' || g_Price_LLine_rec.price_list_line_id);
1110: oe_debug_pub.add('Exiting OE_OE_Form_Price_Lline.Change_Attribute');
1111:
1112: EXCEPTION
1113:
1114: WHEN FND_API.G_EXC_ERROR THEN

Line 1192: oe_debug_pub.add('Entering OE_OE_Form_Price_Lline.Validate_And_Write');

1188: l_x_Price_Break_rec OE_Pricing_Cont_PUB.Price_Break_Rec_Type;
1189: l_x_Price_Break_tbl OE_Pricing_Cont_PUB.Price_Break_Tbl_Type;
1190: BEGIN
1191:
1192: oe_debug_pub.add('Entering OE_OE_Form_Price_Lline.Validate_And_Write');
1193:
1194: -- Set control flags.
1195:
1196: l_control_rec.controlled_operation := TRUE;

Line 1319: oe_debug_pub.add('Exiting OE_OE_Form_Price_Lline.Validate_And_Write');

1315: ( p_count => x_msg_count
1316: , p_data => x_msg_data
1317: );
1318:
1319: oe_debug_pub.add('Exiting OE_OE_Form_Price_Lline.Validate_And_Write');
1320:
1321: EXCEPTION
1322:
1323: WHEN FND_API.G_EXC_ERROR THEN

Line 1537: oe_debug_pub.add('Entering OE_OE_Form_Price_Lline.Process_Entity');

1533: l_x_Price_Break_rec OE_Pricing_Cont_PUB.Price_Break_Rec_Type;
1534: l_x_Price_Break_tbl OE_Pricing_Cont_PUB.Price_Break_Tbl_Type;
1535: BEGIN
1536:
1537: oe_debug_pub.add('Entering OE_OE_Form_Price_Lline.Process_Entity');
1538:
1539: -- Set control flags.
1540:
1541: l_control_rec.controlled_operation := TRUE;

Line 1592: oe_debug_pub.add('Exiting OE_OE_Form_Price_Lline.Process_Entity');

1588: ( p_count => x_msg_count
1589: , p_data => x_msg_data
1590: );
1591:
1592: oe_debug_pub.add('Exiting OE_OE_Form_Price_Lline.Process_Entity');
1593:
1594: EXCEPTION
1595:
1596: WHEN FND_API.G_EXC_ERROR THEN

Line 1935: END OE_OE_Form_Price_Lline;

1931: g_db_Price_LLine_rec := OE_Price_List_PUB.G_MISS_PRICE_List_Line_REC;
1932:
1933: END Clear_Price_Lline;
1934:
1935: END OE_OE_Form_Price_Lline;