DBA Data[Home] [Help]

APPS.CSP_PARTS_ORDER_W dependencies on CSP_PARTS_ORDER

Line 1: package body csp_parts_order_w as

1: package body csp_parts_order_w as
2: /* $Header: csprqordwb.pls 120.2.12020000.2 2012/07/18 08:02:01 kgambhir 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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 215: csp_parts_order.process_order(p_api_version,

211:
212:
213:
214: -- here's the delegated call to the old PL/SQL routine
215: csp_parts_order.process_order(p_api_version,
216: p_init_msg_list,
217: p_commit,
218: ddpx_header_rec,
219: ddpx_line_table,

Line 519: csp_parts_order.process_purchase_req(p_api_version,

515:
516:
517:
518: -- here's the delegated call to the old PL/SQL routine
519: csp_parts_order.process_purchase_req(p_api_version,
520: p_init_msg_list,
521: p_commit,
522: ddpx_header_rec,
523: ddpx_line_table,

Line 815: csp_parts_order.cancel_order(ddp_header_rec,

811:
812:
813:
814: -- here's the delegated call to the old PL/SQL routine
815: csp_parts_order.cancel_order(ddp_header_rec,
816: ddp_line_table,
817: p_process_type,
818: x_return_status,
819: x_msg_count,

Line 830: end csp_parts_order_w;

826:
827:
828: end;
829:
830: end csp_parts_order_w;