DBA Data[Home] [Help]

APPS.ONT_HEADER_DEF_HDLR dependencies on ONT_HEADER_DEF_HDLR

Line 1: PACKAGE BODY ONT_HEADER_Def_Hdlr AS

1: PACKAGE BODY ONT_HEADER_Def_Hdlr AS
2: /* $Header: OEXDFWKB.pls 115.0 13-AUG-13 23:23:31 appldev ship $ */
3:
4: --
5: -- Copyright (c) 1996 Oracle Corporation, Redwood Shores, CA, USA

Line 10: -- ONT_HEADER_Def_Hdlr

6: -- All rights reserved.
7: --
8: -- FILENAME
9: --
10: -- ONT_HEADER_Def_Hdlr
11: --
12: -- DESCRIPTION
13: --
14: -- Body of package ONT_HEADER_Def_Hdlr

Line 14: -- Body of package ONT_HEADER_Def_Hdlr

10: -- ONT_HEADER_Def_Hdlr
11: --
12: -- DESCRIPTION
13: --
14: -- Body of package ONT_HEADER_Def_Hdlr
15: --
16: -- NOTES
17: --
18: -- HISTORY

Line 24: G_PKG_NAME CONSTANT VARCHAR2(30) := 'ONT_HEADER_Def_Hdlr';

20: -- 13-AUG-13 Created
21: --
22:
23: -- Global constant holding the package name
24: G_PKG_NAME CONSTANT VARCHAR2(30) := 'ONT_HEADER_Def_Hdlr';
25:
26: g_entity_code varchar2(15) := 'HEADER';
27: g_database_object_name varchar2(30) :='OE_AK_ORDER_HEADERS_V';
28:

Line 41: oe_debug_pub.ADD('Enter ONT_HEADER_Def_Hdlr.Default_Record');

37: l_action NUMBER;
38: l_attr VARCHAR2(200);
39: BEGIN
40:
41: oe_debug_pub.ADD('Enter ONT_HEADER_Def_Hdlr.Default_Record');
42:
43: IF p_iteration =1 THEN
44: OE_HEADER_Security.G_Is_Caller_Defaulting := 'Y';
45: g_record := p_x_rec;

Line 2356: ONT_HEADER_Def_Hdlr.Default_Record(

2352: OR (g_record.USER_STATUS_CODE = FND_API.G_MISS_CHAR)
2353: OR (g_record.VERSION_NUMBER = FND_API.G_MISS_NUM)
2354: OR (g_record.SHIP_FROM_ORG_ID = FND_API.G_MISS_NUM)
2355: ) THEN
2356: ONT_HEADER_Def_Hdlr.Default_Record(
2357: p_x_rec => g_record,
2358: p_initial_rec => p_initial_rec,
2359: p_in_old_rec => p_in_old_rec,
2360: p_iteration => p_iteration+1 );

Line 2368: oe_debug_pub.ADD('Exit ONT_HEADER_Def_Hdlr.Default_Record');

2364: OE_HEADER_Security.G_Is_Caller_Defaulting := 'N';
2365: p_x_rec := g_record;
2366: END IF;
2367:
2368: oe_debug_pub.ADD('Exit ONT_HEADER_Def_Hdlr.Default_Record');
2369:
2370: EXCEPTION
2371:
2372: WHEN FND_API.G_EXC_ERROR THEN

Line 2391: END ONT_HEADER_Def_Hdlr;

2387: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2388:
2389: END Default_Record;
2390:
2391: END ONT_HEADER_Def_Hdlr;