DBA Data[Home] [Help]

APPS.OE_OE_FORM_REASONS dependencies on OE_OE_FORM_REASONS

Line 1: PACKAGE BODY Oe_Oe_Form_Reasons AS

1: PACKAGE BODY Oe_Oe_Form_Reasons AS
2: /* $Header: OEXFREAB.pls 120.0 2005/06/01 02:38:00 appldev noship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'Oe_Oe_Form_Header';
5:

Line 88: oe_debug_pub.add('Exiting OE_OE_FORM_REASONS');

84: ( p_count => x_msg_count
85: , p_data => x_msg_data
86: );
87:
88: oe_debug_pub.add('Exiting OE_OE_FORM_REASONS');
89:
90: EXCEPTION
91:
92: WHEN FND_API.G_EXC_ERROR THEN

Line 148: oe_debug_pub.add('Entering OE_OE_FORM_REASONS.Submit_Draft');

144:
145: )
146: IS
147: BEGIN
148: oe_debug_pub.add('Entering OE_OE_FORM_REASONS.Submit_Draft');
149: OE_NEGOTIATE_WF.Submit_Draft(
150: p_header_id=> p_header_id,
151: x_return_status=> x_return_status
152: );

Line 170: oe_debug_pub.add('Exiting OE_OE_FORM_REASONS.Submit_Draft');

166: ( p_count => x_msg_count
167: , p_data => x_msg_data
168: );
169:
170: oe_debug_pub.add('Exiting OE_OE_FORM_REASONS.Submit_Draft');
171: EXCEPTION
172:
173: WHEN FND_API.G_EXC_ERROR THEN
174:

Line 418: END Oe_Oe_Form_Reasons;

414: );
415:
416: END Get_Reason_Rqd_Info;
417:
418: END Oe_Oe_Form_Reasons;
419: