DBA Data[Home] [Help]

APPS.OE_ACCEPTANCE_UTIL dependencies on OE_ACCEPTANCE_UTIL

Line 1: PACKAGE BODY OE_ACCEPTANCE_UTIL AS

1: PACKAGE BODY OE_ACCEPTANCE_UTIL AS
2: /* $Header: OEXUACCB.pls 120.16 2006/06/07 12:39:03 serla noship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: OEXUACCB.pls 120.16 2006/06/07 12:39:03 serla noship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_ACCEPTANCE_UTIL';
7:
8: G_batch_source_id NUMBER := FND_API.G_MISS_NUM;
9: G_batch_source_name VARCHAR2(50) := FND_API.G_MISS_CHAR;
10:

Line 29: oe_debug_pub.add('Entering OE_ACCEPTANCE_UTIL.Register_Changed_Lines ' );

25: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
26:
27: BEGIN
28: IF l_debug_level > 0 THEN
29: oe_debug_pub.add('Entering OE_ACCEPTANCE_UTIL.Register_Changed_Lines ' );
30: END IF;
31:
32: IF l_debug_level > 0 THEN
33: oe_debug_pub.add('Operation value is ' || p_operation );

Line 71: oe_debug_pub.add('Exiting OE_ACCEPTANCE_UTIL.Register_Changed_Lines ' );

67:
68: END IF;
69:
70: IF l_debug_level > 0 THEN
71: oe_debug_pub.add('Exiting OE_ACCEPTANCE_UTIL.Register_Changed_Lines ' );
72: END IF;
73:
74: END Register_Changed_Lines;
75:

Line 103: oe_debug_pub.add('Entering OE_ACCEPTANCE_UTIL.Get_batch_source_ID ' );

99: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
100:
101: BEGIN
102: IF l_debug_level > 0 THEN
103: oe_debug_pub.add('Entering OE_ACCEPTANCE_UTIL.Get_batch_source_ID ' );
104: END IF;
105:
106: IF l_debug_level > 0 THEN
107: oe_debug_pub.add('IN Batch source name is ' || p_batch_source_name );

Line 133: oe_debug_pub.add('Exiting OE_ACCEPTANCE_UTIL.Get_batch_source_ID ' );

129: RETURN -99;
130: END IF;
131:
132: IF l_debug_level > 0 THEN
133: oe_debug_pub.add('Exiting OE_ACCEPTANCE_UTIL.Get_batch_source_ID ' );
134: END IF;
135:
136: EXCEPTION
137: WHEN NO_DATA_FOUND THEN

Line 175: oe_debug_pub.add('Entering OE_ACCEPTANCE_UTIL.Default_Contingency_Attributes ' );

171: ORDER BY id, revrec_event_code DESC, expiration_days, creation_date DESC;
172:
173: BEGIN
174: IF l_debug_level > 0 THEN
175: oe_debug_pub.add('Entering OE_ACCEPTANCE_UTIL.Default_Contingency_Attributes ' );
176: END IF;
177:
178: FOR i in 1..g_Line_id_tbl.count LOOP
179:

Line 411: oe_debug_pub.add( 'ENTERING OE_ACCEPTANCE_UTIL.Default_Parent_Accept_Details' ) ;

407: l_item_type_code VARCHAR2(30);
408:
409: BEGIN
410: IF l_debug_level > 0 THEN
411: oe_debug_pub.add( 'ENTERING OE_ACCEPTANCE_UTIL.Default_Parent_Accept_Details' ) ;
412: END IF;
413: IF p_line_rec.item_type_code = 'SERVICE' THEN
414: IF p_line_rec.service_reference_type_code = 'CUSTOMER_PRODUCT' AND
415: p_line_rec.service_reference_line_id IS NOT NULL THEN

Line 1137: END OE_ACCEPTANCE_UTIL;

1133: RETURN 'NOT_ACCEPTED';
1134:
1135: END Acceptance_Status;
1136:
1137: END OE_ACCEPTANCE_UTIL;