DBA Data[Home] [Help]

APPS.AMS_LISTHEADER_PUB_W dependencies on AMS_LISTHEADER_PUB

Line 1: package body ams_listheader_pub_w as

1: package body ams_listheader_pub_w as
2: /* $Header: amszlshb.pls 115.8 2002/11/22 08:58:31 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 261: ams_listheader_pub.create_listheader(p_api_version,

257: ddp_listheader_rec.source_lang := p7_a106;
258:
259:
260: -- here's the delegated call to the old PL/SQL routine
261: ams_listheader_pub.create_listheader(p_api_version,
262: p_init_msg_list,
263: p_commit,
264: p_validation_level,
265: x_return_status,

Line 519: ams_listheader_pub.update_listheader(p_api_version,

515: ddp_listheader_rec.recycling_alg_id := rosetta_g_miss_num_map(p7_a105);
516: ddp_listheader_rec.source_lang := p7_a106;
517:
518: -- here's the delegated call to the old PL/SQL routine
519: ams_listheader_pub.update_listheader(p_api_version,
520: p_init_msg_list,
521: p_commit,
522: p_validation_level,
523: x_return_status,

Line 773: ams_listheader_pub.validate_listheader(p_api_version,

769: ddp_listheader_rec.recycling_alg_id := rosetta_g_miss_num_map(p6_a105);
770: ddp_listheader_rec.source_lang := p6_a106;
771:
772: -- here's the delegated call to the old PL/SQL routine
773: ams_listheader_pub.validate_listheader(p_api_version,
774: p_init_msg_list,
775: p_validation_level,
776: x_return_status,
777: x_msg_count,

Line 1037: ams_listheader_pub.copy_list(p_api_version,

1033:
1034:
1035:
1036: -- here's the delegated call to the old PL/SQL routine
1037: ams_listheader_pub.copy_list(p_api_version,
1038: p_init_msg_list,
1039: p_commit,
1040: p_validation_level,
1041: x_return_status,

Line 1066: end ams_listheader_pub_w;

1062:
1063:
1064: end;
1065:
1066: end ams_listheader_pub_w;