DBA Data[Home] [Help]

APPS.OZF_CLAIMS_HISTORY_PVT_W dependencies on OZF_CLAIMS_HISTORY_PVT

Line 1: package body ozf_claims_history_pvt_w as

1: package body ozf_claims_history_pvt_w as
2: /* $Header: ozfwchib.pls 115.3 2003/12/02 23:54:12 yizhang 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 13: procedure rosetta_table_copy_in_p3(t out nocopy ozf_claims_history_pvt.claims_history_tbl_type, a0 JTF_NUMBER_TABLE

9: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
10: return d;
11: end;
12:
13: procedure rosetta_table_copy_in_p3(t out nocopy ozf_claims_history_pvt.claims_history_tbl_type, a0 JTF_NUMBER_TABLE
14: , a1 JTF_NUMBER_TABLE
15: , a2 JTF_DATE_TABLE
16: , a3 JTF_NUMBER_TABLE
17: , a4 JTF_DATE_TABLE

Line 318: procedure rosetta_table_copy_out_p3(t ozf_claims_history_pvt.claims_history_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

314: end loop;
315: end if;
316: end if;
317: end rosetta_table_copy_in_p3;
318: procedure rosetta_table_copy_out_p3(t ozf_claims_history_pvt.claims_history_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
319: , a1 out nocopy JTF_NUMBER_TABLE
320: , a2 out nocopy JTF_DATE_TABLE
321: , a3 out nocopy JTF_NUMBER_TABLE
322: , a4 out nocopy JTF_DATE_TABLE

Line 1212: ddp_claims_history_rec ozf_claims_history_pvt.claims_history_rec_type;

1208: , x_claim_history_id out nocopy NUMBER
1209: )
1210:
1211: as
1212: ddp_claims_history_rec ozf_claims_history_pvt.claims_history_rec_type;
1213: ddindx binary_integer; indx binary_integer;
1214: begin
1215:
1216: -- copy data to the local IN or IN-OUT args, if any

Line 1371: ozf_claims_history_pvt.create_claims_history(p_api_version_number,

1367: ddp_claims_history_rec.batch_type := p7_a143;
1368:
1369:
1370: -- here's the delegated call to the old PL/SQL routine
1371: ozf_claims_history_pvt.create_claims_history(p_api_version_number,
1372: p_init_msg_list,
1373: p_commit,
1374: p_validation_level,
1375: x_return_status,

Line 1547: ddp_claims_history_rec ozf_claims_history_pvt.claims_history_rec_type;

1543: , x_object_version_number out nocopy NUMBER
1544: )
1545:
1546: as
1547: ddp_claims_history_rec ozf_claims_history_pvt.claims_history_rec_type;
1548: ddindx binary_integer; indx binary_integer;
1549: begin
1550:
1551: -- copy data to the local IN or IN-OUT args, if any

Line 1706: ozf_claims_history_pvt.update_claims_history(p_api_version_number,

1702: ddp_claims_history_rec.batch_type := p7_a143;
1703:
1704:
1705: -- here's the delegated call to the old PL/SQL routine
1706: ozf_claims_history_pvt.update_claims_history(p_api_version_number,
1707: p_init_msg_list,
1708: p_commit,
1709: p_validation_level,
1710: x_return_status,

Line 1880: ddp_claims_history_rec ozf_claims_history_pvt.claims_history_rec_type;

1876: , x_msg_data out nocopy VARCHAR2
1877: )
1878:
1879: as
1880: ddp_claims_history_rec ozf_claims_history_pvt.claims_history_rec_type;
1881: ddindx binary_integer; indx binary_integer;
1882: begin
1883:
1884: -- copy data to the local IN or IN-OUT args, if any

Line 2037: ozf_claims_history_pvt.validate_claims_history(p_api_version_number,

2033:
2034:
2035:
2036: -- here's the delegated call to the old PL/SQL routine
2037: ozf_claims_history_pvt.validate_claims_history(p_api_version_number,
2038: p_init_msg_list,
2039: p_validation_level,
2040: ddp_claims_history_rec,
2041: x_return_status,

Line 2054: end ozf_claims_history_pvt_w;

2050:
2051:
2052: end;
2053:
2054: end ozf_claims_history_pvt_w;