DBA Data[Home] [Help]

APPS.OE_OE_FORM_CONTRACT dependencies on OE_DEBUG_PUB

Line 47: oe_debug_pub.add('Entering OE_OE_FORM_CONTRACT.GET_FORM_STARTUP_VALUES');

43: FROM fnd_id_flex_structures
44: WHERE id_flex_code = X_Id_Flex_Code;
45: BEGIN
46:
47: oe_debug_pub.add('Entering OE_OE_FORM_CONTRACT.GET_FORM_STARTUP_VALUES');
48:
49: OPEN C_Item_Flex(Item_Id_Flex_Code);
50: FETCH C_Item_Flex INTO Item_Id_Flex_Num;
51: CLOSE C_Item_Flex;

Line 53: oe_debug_pub.add('Exiting OE_OE_FORM_CONTRACT.GET_FORM_STARTUP_VALUES');

49: OPEN C_Item_Flex(Item_Id_Flex_Code);
50: FETCH C_Item_Flex INTO Item_Id_Flex_Num;
51: CLOSE C_Item_Flex;
52:
53: oe_debug_pub.add('Exiting OE_OE_FORM_CONTRACT.GET_FORM_STARTUP_VALUES');
54:
55: EXCEPTION
56: WHEN OTHERS THEN
57: OE_MSG.Internal_Exception('OE_OE_Form_Contract.Get_Form_Startup_Values',

Line 115: oe_debug_pub.add('Entering OE_OE_Form_Contract.Default_Attributes');

111: l_x_Price_Break_rec OE_Pricing_Cont_PUB.Price_Break_Rec_Type;
112: l_x_Price_Break_tbl OE_Pricing_Cont_PUB.Price_Break_Tbl_Type;
113: BEGIN
114:
115: oe_debug_pub.add('Entering OE_OE_Form_Contract.Default_Attributes');
116:
117: -- Set control flags.
118:
119: l_control_rec.controlled_operation := TRUE;

Line 239: oe_debug_pub.add('Exiting OE_OE_Form_Contract.Default_Attributes');

235: ( p_count => x_msg_count
236: , p_data => x_msg_data
237: );
238:
239: oe_debug_pub.add('Exiting OE_OE_Form_Contract.Default_Attributes');
240:
241: EXCEPTION
242:
243: WHEN FND_API.G_EXC_ERROR THEN

Line 357: oe_debug_pub.add('Entering OE_OE_Form_Contract.Change_Attribute');

353: l_x_Price_Break_rec OE_Pricing_Cont_PUB.Price_Break_Rec_Type;
354: l_x_Price_Break_tbl OE_Pricing_Cont_PUB.Price_Break_Tbl_Type;
355: BEGIN
356:
357: oe_debug_pub.add('Entering OE_OE_Form_Contract.Change_Attribute');
358:
359: -- Set control flags.
360:
361: l_control_rec.controlled_operation := TRUE;

Line 665: oe_debug_pub.add('Exiting OE_OE_Form_Contract.Change_Attribute');

661: ( p_count => x_msg_count
662: , p_data => x_msg_data
663: );
664:
665: oe_debug_pub.add('Exiting OE_OE_Form_Contract.Change_Attribute');
666:
667: EXCEPTION
668:
669: WHEN FND_API.G_EXC_ERROR THEN

Line 745: oe_debug_pub.add('Entering OE_OE_Form_Contract.Validate_And_Write');

741: l_x_Price_Break_rec OE_Pricing_Cont_PUB.Price_Break_Rec_Type;
742: l_x_Price_Break_tbl OE_Pricing_Cont_PUB.Price_Break_Tbl_Type;
743: BEGIN
744:
745: oe_debug_pub.add('Entering OE_OE_Form_Contract.Validate_And_Write');
746:
747: -- Set control flags.
748:
749: l_control_rec.controlled_operation := TRUE;

Line 849: oe_debug_pub.add('Exiting OE_OE_Form_Contract.Validate_And_Write');

845: ( p_count => x_msg_count
846: , p_data => x_msg_data
847: );
848:
849: oe_debug_pub.add('Exiting OE_OE_Form_Contract.Validate_And_Write');
850:
851: EXCEPTION
852:
853: WHEN FND_API.G_EXC_ERROR THEN