DBA Data[Home] [Help]

APPS.AMS_LISTGENERATION_PUB_W dependencies on AMS_LISTGENERATION_PUB

Line 1: package body ams_listgeneration_pub_w as

1: package body ams_listgeneration_pub_w as
2: /* $Header: amszlgnb.pls 120.1 2005/06/27 05:43:53 appldev ship $ */
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 61: ams_listgeneration_pub.create_list_from_query(p_api_version,

57:
58:
59:
60: -- here's the delegated call to the old PL/SQL routine
61: ams_listgeneration_pub.create_list_from_query(p_api_version,
62: p_init_msg_list,
63: p_commit,
64: p_validation_level,
65: p_list_name,

Line 137: ams_listgeneration_pub.create_list_from_query(p_api_version,

133:
134:
135:
136: -- here's the delegated call to the old PL/SQL routine
137: ams_listgeneration_pub.create_list_from_query(p_api_version,
138: p_init_msg_list,
139: p_commit,
140: p_validation_level,
141: p_list_name,

Line 172: end ams_listgeneration_pub_w;

168:
169:
170: end;
171:
172: end ams_listgeneration_pub_w;