DBA Data[Home] [Help]

APPS.CSP_RECEIVE_PVT_W dependencies on CSP_RECEIVE_PVT

Line 1: package body csp_receive_pvt_w as

1: package body csp_receive_pvt_w as
2: /* $Header: cspwrcvb.pls 115.7 2004/03/17 18:19:07 sunarasi noship $ */
3: procedure rosetta_table_copy_in_p5(t out nocopy csp_receive_pvt.rcv_rec_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_NUMBER_TABLE

Line 3: procedure rosetta_table_copy_in_p5(t out nocopy csp_receive_pvt.rcv_rec_tbl_type, a0 JTF_NUMBER_TABLE

1: package body csp_receive_pvt_w as
2: /* $Header: cspwrcvb.pls 115.7 2004/03/17 18:19:07 sunarasi noship $ */
3: procedure rosetta_table_copy_in_p5(t out nocopy csp_receive_pvt.rcv_rec_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_NUMBER_TABLE
6: , a3 JTF_NUMBER_TABLE
7: , a4 JTF_NUMBER_TABLE

Line 404: procedure rosetta_table_copy_out_p5(t csp_receive_pvt.rcv_rec_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

400: end loop;
401: end if;
402: end if;
403: end rosetta_table_copy_in_p5;
404: procedure rosetta_table_copy_out_p5(t csp_receive_pvt.rcv_rec_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
405: , a1 out nocopy JTF_NUMBER_TABLE
406: , a2 out nocopy JTF_NUMBER_TABLE
407: , a3 out nocopy JTF_NUMBER_TABLE
408: , a4 out nocopy JTF_NUMBER_TABLE

Line 1606: ddp_receive_hdr_rec csp_receive_pvt.rcv_hdr_rec_type;

1602: , x_msg_data out nocopy VARCHAR2
1603: )
1604:
1605: as
1606: ddp_receive_hdr_rec csp_receive_pvt.rcv_hdr_rec_type;
1607: ddp_receive_rec_tbl csp_receive_pvt.rcv_rec_tbl_type;
1608: ddindx binary_integer; indx binary_integer;
1609: begin
1610:

Line 1607: ddp_receive_rec_tbl csp_receive_pvt.rcv_rec_tbl_type;

1603: )
1604:
1605: as
1606: ddp_receive_hdr_rec csp_receive_pvt.rcv_hdr_rec_type;
1607: ddp_receive_rec_tbl csp_receive_pvt.rcv_rec_tbl_type;
1608: ddindx binary_integer; indx binary_integer;
1609: begin
1610:
1611: -- copy data to the local IN or IN-OUT args, if any

Line 1638: csp_receive_pvt_w.rosetta_table_copy_in_p5(ddp_receive_rec_tbl, p5_a0

1634: ddp_receive_hdr_rec.processing_request_id := p4_a18;
1635: ddp_receive_hdr_rec.customer_id := p4_a19;
1636: ddp_receive_hdr_rec.customer_site_id := p4_a20;
1637:
1638: csp_receive_pvt_w.rosetta_table_copy_in_p5(ddp_receive_rec_tbl, p5_a0
1639: , p5_a1
1640: , p5_a2
1641: , p5_a3
1642: , p5_a4

Line 1836: csp_receive_pvt.receive_shipments(p_api_version_number,

1832:
1833:
1834:
1835: -- here's the delegated call to the old PL/SQL routine
1836: csp_receive_pvt.receive_shipments(p_api_version_number,
1837: p_init_msg_list,
1838: p_commit,
1839: p_validation_level,
1840: ddp_receive_hdr_rec,

Line 2060: ddp_receive_rec csp_receive_pvt.rcv_rec_type;

2056: , p8_a191 VARCHAR2
2057: )
2058:
2059: as
2060: ddp_receive_rec csp_receive_pvt.rcv_rec_type;
2061: ddindx binary_integer; indx binary_integer;
2062: begin
2063:
2064: -- copy data to the local IN or IN-OUT args, if any

Line 2267: csp_receive_pvt.insert_rcv_txn_interface(p_api_version_number,

2263: ddp_receive_rec.department_code := p8_a190;
2264: ddp_receive_rec.comments := p8_a191;
2265:
2266: -- here's the delegated call to the old PL/SQL routine
2267: csp_receive_pvt.insert_rcv_txn_interface(p_api_version_number,
2268: p_init_msg_list,
2269: p_commit,
2270: p_validation_level,
2271: x_return_status,

Line 2288: end csp_receive_pvt_w;

2284:
2285:
2286: end;
2287:
2288: end csp_receive_pvt_w;