DBA Data[Home] [Help]

APPS.AMS_LIST_QUERY_PUB_W dependencies on AMS_LIST_QUERY_PUB

Line 1: package body ams_list_query_pub_w as

1: package body ams_list_query_pub_w as
2: /* $Header: amszliqb.pls 115.5 2002/11/22 08:58:19 jieli 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 87: ams_list_query_pub.create_list_query(p_api_version_number,

83: ddp_list_query_rec.sequence_order := rosetta_g_miss_num_map(p6_a20);
84:
85:
86: -- here's the delegated call to the old PL/SQL routine
87: ams_list_query_pub.create_list_query(p_api_version_number,
88: p_init_msg_list,
89: p_commit,
90: x_return_status,
91: x_msg_count,

Line 175: ams_list_query_pub.create_list_query(p_api_version_number,

171: ams_list_query_pvt_w.rosetta_table_copy_in_p2(ddp_sql_string_tbl, p_sql_string_tbl);
172:
173:
174: -- here's the delegated call to the old PL/SQL routine
175: ams_list_query_pub.create_list_query(p_api_version_number,
176: p_init_msg_list,
177: p_commit,
178: p_validation_level,
179: x_return_status,

Line 263: ams_list_query_pub.update_list_query(p_api_version_number,

259: ddp_list_query_rec.sequence_order := rosetta_g_miss_num_map(p6_a20);
260:
261:
262: -- here's the delegated call to the old PL/SQL routine
263: ams_list_query_pub.update_list_query(p_api_version_number,
264: p_init_msg_list,
265: p_commit,
266: x_return_status,
267: x_msg_count,

Line 351: ams_list_query_pub.update_list_query(p_api_version_number,

347: ams_list_query_pvt_w.rosetta_table_copy_in_p2(ddp_sql_string_tbl, p_sql_string_tbl);
348:
349:
350: -- here's the delegated call to the old PL/SQL routine
351: ams_list_query_pub.update_list_query(p_api_version_number,
352: p_init_msg_list,
353: p_commit,
354: p_validation_level,
355: x_return_status,

Line 374: end ams_list_query_pub_w;

370:
371:
372: end;
373:
374: end ams_list_query_pub_w;