DBA Data[Home] [Help]

APPS.OE_DEPENDENCIES_EXTN dependencies on OE_DEBUG_PUB

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

12:
13: IS
14: l_index NUMBER;
15: --
16: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
17: --
18: BEGIN
19:
20: null;

Line 39: oe_debug_pub.add('Enter OE_Dependencies_Extn.LOAD_ENTITY_ATTRIBUTES', 1);

35: -- changing an attribute on order header will not result in
36: -- a change to attributes on order line.
37: -- 3)Uncomment this code and compile.
38:
39: oe_debug_pub.add('Enter OE_Dependencies_Extn.LOAD_ENTITY_ATTRIBUTES', 1);
40:
41: -- Initializing index value for pl/sql table. Ensure that the index
42: -- value is incremented after setting each dependency record.
43: l_index := 1;

Line 75: oe_debug_pub.add('Exit OE_Dependencies_Extn.LOAD_ENTITY_ATTRIBUTES', 1);

71: -- l_index := l_index + 1;
72:
73: END IF;
74:
75: oe_debug_pub.add('Exit OE_Dependencies_Extn.LOAD_ENTITY_ATTRIBUTES', 1);
76: */
77:
78: EXCEPTION
79: WHEN OTHERS THEN