DBA Data[Home] [Help]

APPS.AMS_LISTIMPORT_PVT_W dependencies on AMS_LISTIMPORT_PVT

Line 1: package body ams_listimport_pvt_w as

1: package body ams_listimport_pvt_w as
2: /* $Header: amswimlb.pls 115.15 2002/11/12 23:44:36 jieli 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 48: ams_listimport_pvt.import_process(p_import_list_header_id,

44:
45:
46:
47: -- here's the delegated call to the old PL/SQL routine
48: ams_listimport_pvt.import_process(p_import_list_header_id,
49: ddp_start_time,
50: p_control_file,
51: p_staged_only,
52: p_owner_user_id,

Line 67: end ams_listimport_pvt_w;

63:
64:
65: end;
66:
67: end ams_listimport_pvt_w;