DBA Data[Home] [Help]

APPS.OE_DEPENDENCIES_EXTN dependencies on OE_DEPENDENCIES_EXTN

Line 1: PACKAGE BODY OE_Dependencies_Extn AS

1: PACKAGE BODY OE_Dependencies_Extn AS
2: /* $Header: OEXEDEPB.pls 120.1 2006/04/03 11:33:12 chhung noship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: OEXEDEPB.pls 120.1 2006/04/03 11:33:12 chhung noship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30):='OE_Dependencies_Extn';
7:
8:
9: PROCEDURE Load_Entity_Attributes
10: ( p_entity_code IN VARCHAR2

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

Line 90: END OE_Dependencies_Extn;

86: END IF;
87: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
88: END Load_Entity_Attributes;
89:
90: END OE_Dependencies_Extn;