DBA Data[Home] [Help]

APPS.AMS_LIST_ENTRIES_PUB_W dependencies on AMS_LIST_ENTRIES_PUB

Line 1: package body ams_list_entries_pub_w as

1: package body ams_list_entries_pub_w as
2: /* $Header: amszlieb.pls 115.8 2002/11/22 08:58:14 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 581: ams_list_entries_pub.create_list_entries(p_api_version_number,

577: ddp_list_entries_rec.record_release_time := rosetta_g_miss_date_in_map(p6_a267);
578:
579:
580: -- here's the delegated call to the old PL/SQL routine
581: ams_list_entries_pub.create_list_entries(p_api_version_number,
582: p_init_msg_list,
583: p_commit,
584: x_return_status,
585: x_msg_count,

Line 1159: ams_list_entries_pub.update_list_entries(p_api_version_number,

1155: ddp_list_entries_rec.record_release_time := rosetta_g_miss_date_in_map(p6_a267);
1156:
1157:
1158: -- here's the delegated call to the old PL/SQL routine
1159: ams_list_entries_pub.update_list_entries(p_api_version_number,
1160: p_init_msg_list,
1161: p_commit,
1162: x_return_status,
1163: x_msg_count,

Line 1178: end ams_list_entries_pub_w;

1174:
1175:
1176: end;
1177:
1178: end ams_list_entries_pub_w;