DBA Data[Home] [Help]

APPS.OE_OE_FORM_AGREEMENT dependencies on OE_DEBUG_PUB

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