DBA Data[Home] [Help]

APPS.OKL_CURE_RECON_PVT_W dependencies on OKL_CURE_RECON_PVT

Line 1: package body okl_cure_recon_pvt_w as

1: package body okl_cure_recon_pvt_w as
2: /* $Header: OKLIRCOB.pls 115.2 2003/10/07 18:01:59 pdevaraj noship $ */
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 22: procedure rosetta_table_copy_in_p14(t out nocopy okl_cure_recon_pvt.cure_amount_tbl, a0 JTF_NUMBER_TABLE

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p14(t out nocopy okl_cure_recon_pvt.cure_amount_tbl, a0 JTF_NUMBER_TABLE
23: , a1 JTF_NUMBER_TABLE
24: , a2 JTF_VARCHAR2_TABLE_100
25: ) as
26: ddindx binary_integer; indx binary_integer;

Line 45: procedure rosetta_table_copy_out_p14(t okl_cure_recon_pvt.cure_amount_tbl, a0 out nocopy JTF_NUMBER_TABLE

41: end loop;
42: end if;
43: end if;
44: end rosetta_table_copy_in_p14;
45: procedure rosetta_table_copy_out_p14(t okl_cure_recon_pvt.cure_amount_tbl, a0 out nocopy JTF_NUMBER_TABLE
46: , a1 out nocopy JTF_NUMBER_TABLE
47: , a2 out nocopy JTF_VARCHAR2_TABLE_100
48: ) as
49: ddindx binary_integer; indx binary_integer;

Line 95: ddp_cam_tbl okl_cure_recon_pvt.cure_amount_tbl;

91: )
92:
93: as
94: ddp_invoice_date date;
95: ddp_cam_tbl okl_cure_recon_pvt.cure_amount_tbl;
96: ddindx binary_integer; indx binary_integer;
97: begin
98:
99: -- copy data to the local IN or IN-OUT args, if any

Line 106: okl_cure_recon_pvt_w.rosetta_table_copy_in_p14(ddp_cam_tbl, p5_a0

102:
103:
104: ddp_invoice_date := rosetta_g_miss_date_in_map(p_invoice_date);
105:
106: okl_cure_recon_pvt_w.rosetta_table_copy_in_p14(ddp_cam_tbl, p5_a0
107: , p5_a1
108: , p5_a2
109: );
110:

Line 116: okl_cure_recon_pvt.update_cure_invoice(p_api_version,

112:
113:
114:
115: -- here's the delegated call to the old PL/SQL routine
116: okl_cure_recon_pvt.update_cure_invoice(p_api_version,
117: p_init_msg_list,
118: p_commit,
119: p_report_id,
120: ddp_invoice_date,

Line 139: end okl_cure_recon_pvt_w;

135:
136:
137: end;
138:
139: end okl_cure_recon_pvt_w;