DBA Data[Home] [Help]

APPS.OE_OE_FORM_REASONS dependencies on OE_DEBUG_PUB

Line 21: oe_debug_pub.add('Entering Apply Reason');

17:
18: IS
19: l_reason_id Number;
20: BEGIN
21: oe_debug_pub.add('Entering Apply Reason');
22: OE_MSG_PUB.initialize;
23: IF p_reason_type IN ('OFFER_LOST','OFFER_LOST_REASON') THEN
24: OE_NEGOTIATE_WF.Lost
25: (

Line 35: oe_debug_pub.add('Enter Customer Rejection');

31: p_reason_comments=>p_comments ,
32: x_return_status => x_return_status
33: );
34: ELSIF p_reason_type IN ('CUSTOMER_REJECTION','CUSTOMER_REJECTION_REASON') THEN
35: oe_debug_pub.add('Enter Customer Rejection');
36: oe_debug_pub.add('Enter Customer Rejection'||p_entity_id);
37: oe_debug_pub.add('Enter Customer Rejection'||p_entity_code);
38: oe_debug_pub.add('Enter Customer Rejection'||p_version_number);
39: oe_debug_pub.add('Enter Customer Rejection'||p_reason_type);

Line 36: oe_debug_pub.add('Enter Customer Rejection'||p_entity_id);

32: x_return_status => x_return_status
33: );
34: ELSIF p_reason_type IN ('CUSTOMER_REJECTION','CUSTOMER_REJECTION_REASON') THEN
35: oe_debug_pub.add('Enter Customer Rejection');
36: oe_debug_pub.add('Enter Customer Rejection'||p_entity_id);
37: oe_debug_pub.add('Enter Customer Rejection'||p_entity_code);
38: oe_debug_pub.add('Enter Customer Rejection'||p_version_number);
39: oe_debug_pub.add('Enter Customer Rejection'||p_reason_type);
40: OE_NEGOTIATE_WF.Customer_Rejected

Line 37: oe_debug_pub.add('Enter Customer Rejection'||p_entity_code);

33: );
34: ELSIF p_reason_type IN ('CUSTOMER_REJECTION','CUSTOMER_REJECTION_REASON') THEN
35: oe_debug_pub.add('Enter Customer Rejection');
36: oe_debug_pub.add('Enter Customer Rejection'||p_entity_id);
37: oe_debug_pub.add('Enter Customer Rejection'||p_entity_code);
38: oe_debug_pub.add('Enter Customer Rejection'||p_version_number);
39: oe_debug_pub.add('Enter Customer Rejection'||p_reason_type);
40: OE_NEGOTIATE_WF.Customer_Rejected
41: (

Line 38: oe_debug_pub.add('Enter Customer Rejection'||p_version_number);

34: ELSIF p_reason_type IN ('CUSTOMER_REJECTION','CUSTOMER_REJECTION_REASON') THEN
35: oe_debug_pub.add('Enter Customer Rejection');
36: oe_debug_pub.add('Enter Customer Rejection'||p_entity_id);
37: oe_debug_pub.add('Enter Customer Rejection'||p_entity_code);
38: oe_debug_pub.add('Enter Customer Rejection'||p_version_number);
39: oe_debug_pub.add('Enter Customer Rejection'||p_reason_type);
40: OE_NEGOTIATE_WF.Customer_Rejected
41: (
42: p_header_id =>p_entity_id,

Line 39: oe_debug_pub.add('Enter Customer Rejection'||p_reason_type);

35: oe_debug_pub.add('Enter Customer Rejection');
36: oe_debug_pub.add('Enter Customer Rejection'||p_entity_id);
37: oe_debug_pub.add('Enter Customer Rejection'||p_entity_code);
38: oe_debug_pub.add('Enter Customer Rejection'||p_version_number);
39: oe_debug_pub.add('Enter Customer Rejection'||p_reason_type);
40: OE_NEGOTIATE_WF.Customer_Rejected
41: (
42: p_header_id =>p_entity_id,
43: p_entity_code=>p_entity_code,

Line 50: oe_debug_pub.add('Exit Customer Rejection');

46: p_reason_code =>p_reason_code,
47: p_reason_comments=>p_comments ,
48: x_return_status => x_return_status
49: );
50: oe_debug_pub.add('Exit Customer Rejection');
51:
52: ELSIF p_reason_type='CONTRACT_TERMINATION' THEN
53: OE_BLANKET_WF.Terminate(p_header_id => p_entity_id,
54: p_terminated_by => nvl(FND_GLOBAL.USER_ID,-1),

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 354: oe_debug_pub.add('Is_Reason_Rqd:'||x_is_reason_rqd);

350: x_reason_comments=>x_comments
351: );
352: x_is_reason_rqd:=OE_Versioning_Util.IS_REASON_RQD;
353:
354: oe_debug_pub.add('Is_Reason_Rqd:'||x_is_reason_rqd);
355: oe_debug_pub.add('x_reason:'||x_reason);
356: IF x_audit_reason_capt THEN
357: oe_debug_pub.add('audit reason captured');
358: ELSE

Line 355: oe_debug_pub.add('x_reason:'||x_reason);

351: );
352: x_is_reason_rqd:=OE_Versioning_Util.IS_REASON_RQD;
353:
354: oe_debug_pub.add('Is_Reason_Rqd:'||x_is_reason_rqd);
355: oe_debug_pub.add('x_reason:'||x_reason);
356: IF x_audit_reason_capt THEN
357: oe_debug_pub.add('audit reason captured');
358: ELSE
359: oe_debug_pub.add('audit reason not captured');

Line 357: oe_debug_pub.add('audit reason captured');

353:
354: oe_debug_pub.add('Is_Reason_Rqd:'||x_is_reason_rqd);
355: oe_debug_pub.add('x_reason:'||x_reason);
356: IF x_audit_reason_capt THEN
357: oe_debug_pub.add('audit reason captured');
358: ELSE
359: oe_debug_pub.add('audit reason not captured');
360:
361: END IF;

Line 359: oe_debug_pub.add('audit reason not captured');

355: oe_debug_pub.add('x_reason:'||x_reason);
356: IF x_audit_reason_capt THEN
357: oe_debug_pub.add('audit reason captured');
358: ELSE
359: oe_debug_pub.add('audit reason not captured');
360:
361: END IF;
362:
363: x_return_status := FND_API.G_RET_STS_SUCCESS;