DBA Data[Home] [Help]

APPS.OZF_ALLOCATION_ENGINE_PVT_W dependencies on OZF_ALLOCATION_ENGINE_PVT

Line 1: package body ozf_allocation_engine_pvt_w as

1: package body ozf_allocation_engine_pvt_w as
2: /* $Header: ozfwaegb.pls 115.1 2003/11/19 01:18:48 mkothari noship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 51: ozf_allocation_engine_pvt.allocate_target(p_api_version,

47:
48:
49:
50: -- here's the delegated call to the old PL/SQL routine
51: ozf_allocation_engine_pvt.allocate_target(p_api_version,
52: p_init_msg_list,
53: p_commit,
54: p_validation_level,
55: x_return_status,

Line 80: end ozf_allocation_engine_pvt_w;

76:
77:
78: end;
79:
80: end ozf_allocation_engine_pvt_w;