DBA Data[Home] [Help]

APPS.XDP_INTERFACES_PUB_W dependencies on XDP_INTERFACES_PUB

Line 1: package body xdp_interfaces_pub_w as

1: package body xdp_interfaces_pub_w as
2: /* $Header: XDPINPWB.pls 120.1 2005/06/22 07:11:58 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: g_date_fmtStr varchar2(30) := 'YYYY.MM.DD HH24:MI:SS';

Line 177: xdp_interfaces_pub.process_order(p_api_version,

173: );
174:
175:
176: -- here's the delegated call to the old PL/SQL routine
177: xdp_interfaces_pub.process_order(p_api_version,
178: p_init_msg_list,
179: p_commit,
180: p_validation_level,
181: x_return_status,

Line 452: xdp_interfaces_pub.process_order(p_api_version,

448: );
449:
450:
451: -- here's the delegated call to the old PL/SQL routine
452: xdp_interfaces_pub.process_order(p_api_version,
453: p_init_msg_list,
454: p_commit,
455: p_validation_level,
456: x_return_status,

Line 624: xdp_interfaces_pub.get_order_details(p_api_version,

620:
621:
622:
623: -- here's the delegated call to the old PL/SQL routine
624: xdp_interfaces_pub.get_order_details(p_api_version,
625: p_init_msg_list,
626: p_commit,
627: p_validation_level,
628: x_return_status,

Line 805: xdp_interfaces_pub.get_order_status(p_api_version,

801:
802:
803:
804: -- here's the delegated call to the old PL/SQL routine
805: xdp_interfaces_pub.get_order_status(p_api_version,
806: p_init_msg_list,
807: p_commit,
808: p_validation_level,
809: x_return_status,

Line 1164: xdp_interfaces_pub.process_order(p_api_version,

1160: END IF;
1161: END LOOP;
1162: END IF;
1163:
1164: xdp_interfaces_pub.process_order(p_api_version,
1165: p_init_msg_list,
1166: p_commit,
1167: p_validation_level,
1168: x_return_status,

Line 1304: xdp_interfaces_pub.process_order(p_api_version,

1300: END IF;
1301: END LOOP;
1302: END IF;
1303:
1304: xdp_interfaces_pub.process_order(p_api_version,
1305: p_init_msg_list,
1306: p_commit,
1307: p_validation_level,
1308: x_return_status,

Line 1322: end xdp_interfaces_pub_w;

1318: FREE_CLOBS();
1319:
1320: END PROCESS_ORDER;
1321:
1322: end xdp_interfaces_pub_w;