DBA Data[Home] [Help]

APPS.CSD_SOO_PVT_W dependencies on CSD_SOO_PVT

Line 1: package body csd_soo_pvt_w as

1: package body csd_soo_pvt_w as
2: /* $Header: csdwsoob.pls 120.0.12020000.3 2013/05/08 20:24:36 vicli noship $ */
3: procedure rosetta_table_copy_in_p8(t out nocopy csd_soo_pvt.so_orchestration_key_tbl_type, a0 JTF_NUMBER_TABLE) as
4: ddindx binary_integer; indx binary_integer;
5: begin

Line 3: procedure rosetta_table_copy_in_p8(t out nocopy csd_soo_pvt.so_orchestration_key_tbl_type, a0 JTF_NUMBER_TABLE) as

1: package body csd_soo_pvt_w as
2: /* $Header: csdwsoob.pls 120.0.12020000.3 2013/05/08 20:24:36 vicli noship $ */
3: procedure rosetta_table_copy_in_p8(t out nocopy csd_soo_pvt.so_orchestration_key_tbl_type, a0 JTF_NUMBER_TABLE) as
4: ddindx binary_integer; indx binary_integer;
5: begin
6: if a0 is not null and a0.count > 0 then
7: if a0.count > 0 then

Line 21: procedure rosetta_table_copy_out_p8(t csd_soo_pvt.so_orchestration_key_tbl_type, a0 out nocopy JTF_NUMBER_TABLE) as

17: end loop;
18: end if;
19: end if;
20: end rosetta_table_copy_in_p8;
21: procedure rosetta_table_copy_out_p8(t csd_soo_pvt.so_orchestration_key_tbl_type, a0 out nocopy JTF_NUMBER_TABLE) as
22: ddindx binary_integer; indx binary_integer;
23: begin
24: if t is null or t.count = 0 then
25: a0 := JTF_NUMBER_TABLE();

Line 65: ddp_so_orchestration_key_tbl csd_soo_pvt.so_orchestration_key_tbl_type;

61: , p_ro_due_date_age NUMBER
62: )
63:
64: as
65: ddp_so_orchestration_key_tbl csd_soo_pvt.so_orchestration_key_tbl_type;
66: ddindx binary_integer; indx binary_integer;
67: begin
68:
69: -- copy data to the local IN or IN-OUT args, if any

Line 77: csd_soo_pvt_w.rosetta_table_copy_in_p8(ddp_so_orchestration_key_tbl, p_so_orchestration_key_tbl);

73:
74:
75:
76:
77: csd_soo_pvt_w.rosetta_table_copy_in_p8(ddp_so_orchestration_key_tbl, p_so_orchestration_key_tbl);
78:
79:
80:
81:

Line 90: csd_soo_pvt.refresh(p_api_version,

86:
87:
88:
89: -- here's the delegated call to the old PL/SQL routine
90: csd_soo_pvt.refresh(p_api_version,
91: p_commit,
92: p_init_msg_list,
93: p_validation_level,
94: x_return_status,

Line 129: end csd_soo_pvt_w;

125:
126:
127: end;
128:
129: end csd_soo_pvt_w;