DBA Data[Home] [Help]

APPS.OE_REASONS_UTIL dependencies on OE_DEBUG_PUB

Line 31: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;

27: x_return_status OUT NOCOPY VARCHAR2)
28: IS
29: l_header_id NUMBER := p_header_id;
30: --
31: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
32: --
33: l_version_number NUMBER := p_version_number;
34: BEGIN
35:

Line 63: oe_debug_pub.add('Entering OEXURSNB:Apply_Reason ',1);

59: l_header_id := p_header_id;
60: END IF;
61:
62: IF l_debug_level > 0 THEN
63: oe_debug_pub.add('Entering OEXURSNB:Apply_Reason ',1);
64: oe_debug_pub.add('Entity code,id, hdr id, vers, reason_type:'||
65: p_entity_code || ',' || p_entity_id || ',' ||
66: p_header_id || ',' || p_version_number || ',' || p_reason_type,1);
67:

Line 64: oe_debug_pub.add('Entity code,id, hdr id, vers, reason_type:'||

60: END IF;
61:
62: IF l_debug_level > 0 THEN
63: oe_debug_pub.add('Entering OEXURSNB:Apply_Reason ',1);
64: oe_debug_pub.add('Entity code,id, hdr id, vers, reason_type:'||
65: p_entity_code || ',' || p_entity_id || ',' ||
66: p_header_id || ',' || p_version_number || ',' || p_reason_type,1);
67:
68: END IF;

Line 72: oe_debug_pub.add('Reason_Code is NULL ',1);

68: END IF;
69:
70: /*IF p_reason_code IS NULL THEN
71: IF l_debug_level > 0 THEN
72: oe_debug_pub.add('Reason_Code is NULL ',1);
73: END IF;
74:
75: RAISE FND_API.G_EXC_ERROR;
76: END IF;

Line 80: oe_debug_pub.add('Reason_Type is NULL ',1);

76: END IF;
77: */
78: IF p_reason_type IS NULL THEN
79: IF l_debug_level > 0 THEN
80: oe_debug_pub.add('Reason_Type is NULL ',1);
81: END IF;
82:
83: RAISE FND_API.G_EXC_ERROR;
84: END IF;

Line 88: oe_debug_pub.add('Version_Number is NULL! ',1);

84: END IF;
85:
86: IF l_version_number IS NULL THEN
87: IF l_debug_level > 0 THEN
88: oe_debug_pub.add('Version_Number is NULL! ',1);
89: END IF;
90:
91: l_version_number := 0;
92: END IF;

Line 124: oe_debug_pub.add('Exiting OEXURSNB:Apply_Reasons ',1);

120: nvl(FND_GLOBAL.USER_ID,-1),
121: sysdate);
122:
123: IF l_debug_level > 0 THEN
124: oe_debug_pub.add('Exiting OEXURSNB:Apply_Reasons ',1);
125: END IF;
126:
127: EXCEPTION
128: WHEN OTHERS THEN