DBA Data[Home] [Help]

APPS.OZF_CLAIM_PVT_W dependencies on OZF_CLAIM_PVT

Line 1: package body ozf_claim_pvt_w as

1: package body ozf_claim_pvt_w as
2: /* $Header: ozfwclab.pls 120.4.12010000.3 2009/07/27 06:38:08 kpatro 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 16: procedure rosetta_table_copy_in_p3(t out nocopy ozf_claim_pvt.claim_tbl_type, a0 JTF_NUMBER_TABLE

12: if d < rosetta_g_mistake_date_low then return fnd_api.g_miss_date; end if;
13: return d;
14: end;
15:
16: procedure rosetta_table_copy_in_p3(t out nocopy ozf_claim_pvt.claim_tbl_type, a0 JTF_NUMBER_TABLE
17: , a1 JTF_NUMBER_TABLE
18: , a2 JTF_DATE_TABLE
19: , a3 JTF_NUMBER_TABLE
20: , a4 JTF_DATE_TABLE

Line 329: procedure rosetta_table_copy_out_p3(t ozf_claim_pvt.claim_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

325: end loop;
326: end if;
327: end if;
328: end rosetta_table_copy_in_p3;
329: procedure rosetta_table_copy_out_p3(t ozf_claim_pvt.claim_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
330: , a1 out nocopy JTF_NUMBER_TABLE
331: , a2 out nocopy JTF_DATE_TABLE
332: , a3 out nocopy JTF_NUMBER_TABLE
333: , a4 out nocopy JTF_DATE_TABLE

Line 1247: ddp_claim ozf_claim_pvt.claim_rec_type;

1243: , x_claim_id out nocopy NUMBER
1244: )
1245:
1246: as
1247: ddp_claim ozf_claim_pvt.claim_rec_type;
1248: ddindx binary_integer; indx binary_integer;
1249: begin
1250:
1251: -- copy data to the local IN or IN-OUT args, if any

Line 1410: ozf_claim_pvt.create_claim(p_api_version,

1406: ddp_claim.approval_in_prog := p7_a147;
1407:
1408:
1409: -- here's the delegated call to the old PL/SQL routine
1410: ozf_claim_pvt.create_claim(p_api_version,
1411: p_init_msg_list,
1412: p_commit,
1413: p_validation_level,
1414: x_return_status,

Line 1592: ddp_claim ozf_claim_pvt.claim_rec_type;

1588: , x_object_version_number out nocopy NUMBER
1589: )
1590:
1591: as
1592: ddp_claim ozf_claim_pvt.claim_rec_type;
1593: ddindx binary_integer; indx binary_integer;
1594: begin
1595:
1596: -- copy data to the local IN or IN-OUT args, if any

Line 1757: ozf_claim_pvt.update_claim(p_api_version,

1753:
1754:
1755:
1756: -- here's the delegated call to the old PL/SQL routine
1757: ozf_claim_pvt.update_claim(p_api_version,
1758: p_init_msg_list,
1759: p_commit,
1760: p_validation_level,
1761: x_return_status,

Line 1939: ddp_claim ozf_claim_pvt.claim_rec_type;

1935: , p6_a147 VARCHAR2
1936: )
1937:
1938: as
1939: ddp_claim ozf_claim_pvt.claim_rec_type;
1940: ddindx binary_integer; indx binary_integer;
1941: begin
1942:
1943: -- copy data to the local IN or IN-OUT args, if any

Line 2100: ozf_claim_pvt.validate_claim(p_api_version,

2096: ddp_claim.settled_from := p6_a146;
2097: ddp_claim.approval_in_prog := p6_a147;
2098:
2099: -- here's the delegated call to the old PL/SQL routine
2100: ozf_claim_pvt.validate_claim(p_api_version,
2101: p_init_msg_list,
2102: p_validation_level,
2103: x_return_status,
2104: x_msg_count,

Line 2423: ddp_claim ozf_claim_pvt.claim_rec_type;

2419: , p_mode VARCHAR2
2420: )
2421:
2422: as
2423: ddp_claim ozf_claim_pvt.claim_rec_type;
2424: ddx_claim ozf_claim_pvt.claim_rec_type;
2425: ddindx binary_integer; indx binary_integer;
2426: begin
2427:

Line 2424: ddx_claim ozf_claim_pvt.claim_rec_type;

2420: )
2421:
2422: as
2423: ddp_claim ozf_claim_pvt.claim_rec_type;
2424: ddx_claim ozf_claim_pvt.claim_rec_type;
2425: ddindx binary_integer; indx binary_integer;
2426: begin
2427:
2428: -- copy data to the local IN or IN-OUT args, if any

Line 2587: ozf_claim_pvt.check_claim_common_element(p_api_version,

2583:
2584:
2585:
2586: -- here's the delegated call to the old PL/SQL routine
2587: ozf_claim_pvt.check_claim_common_element(p_api_version,
2588: p_init_msg_list,
2589: p_validation_level,
2590: x_return_status,
2591: x_msg_count,

Line 2909: ddp_claim_rec ozf_claim_pvt.claim_rec_type;

2905: , x_return_status out nocopy VARCHAR2
2906: )
2907:
2908: as
2909: ddp_claim_rec ozf_claim_pvt.claim_rec_type;
2910: ddindx binary_integer; indx binary_integer;
2911: begin
2912:
2913: -- copy data to the local IN or IN-OUT args, if any

Line 3066: ozf_claim_pvt.check_claim_items(p_validation_mode,

3062: ddp_claim_rec.approval_in_prog := p1_a147;
3063:
3064:
3065: -- here's the delegated call to the old PL/SQL routine
3066: ozf_claim_pvt.check_claim_items(p_validation_mode,
3067: ddp_claim_rec,
3068: x_return_status);
3069:
3070: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 3375: ddp_claim_rec ozf_claim_pvt.claim_rec_type;

3371: , x_return_status out nocopy VARCHAR2
3372: )
3373:
3374: as
3375: ddp_claim_rec ozf_claim_pvt.claim_rec_type;
3376: ddx_complete_rec ozf_claim_pvt.claim_rec_type;
3377: ddindx binary_integer; indx binary_integer;
3378: begin
3379:

Line 3376: ddx_complete_rec ozf_claim_pvt.claim_rec_type;

3372: )
3373:
3374: as
3375: ddp_claim_rec ozf_claim_pvt.claim_rec_type;
3376: ddx_complete_rec ozf_claim_pvt.claim_rec_type;
3377: ddindx binary_integer; indx binary_integer;
3378: begin
3379:
3380: -- copy data to the local IN or IN-OUT args, if any

Line 3533: ozf_claim_pvt.complete_claim_rec(ddp_claim_rec,

3529:
3530:
3531:
3532: -- here's the delegated call to the old PL/SQL routine
3533: ozf_claim_pvt.complete_claim_rec(ddp_claim_rec,
3534: ddx_complete_rec,
3535: x_return_status);
3536:
3537: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 3851: ddp_claim ozf_claim_pvt.claim_rec_type;

3847: , x_claim_history_id out nocopy NUMBER
3848: )
3849:
3850: as
3851: ddp_claim ozf_claim_pvt.claim_rec_type;
3852: ddindx binary_integer; indx binary_integer;
3853: begin
3854:
3855: -- copy data to the local IN or IN-OUT args, if any

Line 4016: ozf_claim_pvt.create_claim_history(p_api_version,

4012:
4013:
4014:
4015: -- here's the delegated call to the old PL/SQL routine
4016: ozf_claim_pvt.create_claim_history(p_api_version,
4017: p_init_msg_list,
4018: p_commit,
4019: p_validation_level,
4020: x_return_status,

Line 4072: ozf_claim_pvt.validate_delete_claim(p_api_version_number,

4068:
4069:
4070:
4071: -- here's the delegated call to the old PL/SQL routine
4072: ozf_claim_pvt.validate_delete_claim(p_api_version_number,
4073: p_init_msg_list,
4074: p_commit,
4075: p_object_id,
4076: p_object_version_number,

Line 4258: ddp_claim_tbl ozf_claim_pvt.claim_tbl_type;

4254: , x_error_index out nocopy NUMBER
4255: )
4256:
4257: as
4258: ddp_claim_tbl ozf_claim_pvt.claim_tbl_type;
4259: ddindx binary_integer; indx binary_integer;
4260: begin
4261:
4262: -- copy data to the local IN or IN-OUT args, if any

Line 4270: ozf_claim_pvt_w.rosetta_table_copy_in_p3(ddp_claim_tbl, p7_a0

4266:
4267:
4268:
4269:
4270: ozf_claim_pvt_w.rosetta_table_copy_in_p3(ddp_claim_tbl, p7_a0
4271: , p7_a1
4272: , p7_a2
4273: , p7_a3
4274: , p7_a4

Line 4422: ozf_claim_pvt.create_claim_tbl(p_api_version,

4418: );
4419:
4420:
4421: -- here's the delegated call to the old PL/SQL routine
4422: ozf_claim_pvt.create_claim_tbl(p_api_version,
4423: p_init_msg_list,
4424: p_commit,
4425: p_validation_level,
4426: x_return_status,

Line 4601: ddp_claim_tbl ozf_claim_pvt.claim_tbl_type;

4597: , p7_a147 JTF_VARCHAR2_TABLE_100
4598: )
4599:
4600: as
4601: ddp_claim_tbl ozf_claim_pvt.claim_tbl_type;
4602: ddindx binary_integer; indx binary_integer;
4603: begin
4604:
4605: -- copy data to the local IN or IN-OUT args, if any

Line 4613: ozf_claim_pvt_w.rosetta_table_copy_in_p3(ddp_claim_tbl, p7_a0

4609:
4610:
4611:
4612:
4613: ozf_claim_pvt_w.rosetta_table_copy_in_p3(ddp_claim_tbl, p7_a0
4614: , p7_a1
4615: , p7_a2
4616: , p7_a3
4617: , p7_a4

Line 4764: ozf_claim_pvt.update_claim_tbl(p_api_version,

4760: , p7_a147
4761: );
4762:
4763: -- here's the delegated call to the old PL/SQL routine
4764: ozf_claim_pvt.update_claim_tbl(p_api_version,
4765: p_init_msg_list,
4766: p_commit,
4767: p_validation_level,
4768: x_return_status,

Line 4783: end ozf_claim_pvt_w;

4779:
4780:
4781: end;
4782:
4783: end ozf_claim_pvt_w;