DBA Data[Home] [Help]

APPS.OZF_CLAIM_LINE_PVT_W dependencies on OZF_CLAIM_LINE_PVT

Line 1: package body ozf_claim_line_pvt_w as

1: package body ozf_claim_line_pvt_w as
2: /* $Header: ozfwclnb.pls 120.3 2011/03/04 09:18:29 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_p1(t out nocopy ozf_claim_line_pvt.claim_line_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_p1(t out nocopy ozf_claim_line_pvt.claim_line_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 217: procedure rosetta_table_copy_out_p1(t ozf_claim_line_pvt.claim_line_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

213: end loop;
214: end if;
215: end if;
216: end rosetta_table_copy_in_p1;
217: procedure rosetta_table_copy_out_p1(t ozf_claim_line_pvt.claim_line_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
218: , a1 out nocopy JTF_NUMBER_TABLE
219: , a2 out nocopy JTF_DATE_TABLE
220: , a3 out nocopy JTF_NUMBER_TABLE
221: , a4 out nocopy JTF_DATE_TABLE

Line 799: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;

795: , x_create_hist_flag out nocopy VARCHAR2
796: )
797:
798: as
799: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
800: ddindx binary_integer; indx binary_integer;
801: begin
802:
803: -- copy data to the local IN or IN-OUT args, if any

Line 906: ozf_claim_line_pvt.check_create_line_hist(p_api_version,

902:
903:
904:
905: -- here's the delegated call to the old PL/SQL routine
906: ozf_claim_line_pvt.check_create_line_hist(p_api_version,
907: p_init_msg_list,
908: x_return_status,
909: x_msg_count,
910: x_msg_data,

Line 1031: ddp_claim_line_tbl ozf_claim_line_pvt.claim_line_tbl_type;

1027: , x_error_index out nocopy NUMBER
1028: )
1029:
1030: as
1031: ddp_claim_line_tbl ozf_claim_line_pvt.claim_line_tbl_type;
1032: ddindx binary_integer; indx binary_integer;
1033: begin
1034:
1035: -- copy data to the local IN or IN-OUT args, if any

Line 1043: ozf_claim_line_pvt_w.rosetta_table_copy_in_p1(ddp_claim_line_tbl, p7_a0

1039:
1040:
1041:
1042:
1043: ozf_claim_line_pvt_w.rosetta_table_copy_in_p1(ddp_claim_line_tbl, p7_a0
1044: , p7_a1
1045: , p7_a2
1046: , p7_a3
1047: , p7_a4

Line 1140: ozf_claim_line_pvt.create_claim_line_tbl(p_api_version,

1136:
1137:
1138:
1139: -- here's the delegated call to the old PL/SQL routine
1140: ozf_claim_line_pvt.create_claim_line_tbl(p_api_version,
1141: p_init_msg_list,
1142: p_commit,
1143: p_validation_level,
1144: x_return_status,

Line 1159: ozf_claim_line_pvt_w.rosetta_table_copy_out_p1(ddp_claim_line_tbl, p7_a0

1155:
1156:
1157:
1158:
1159: ozf_claim_line_pvt_w.rosetta_table_copy_out_p1(ddp_claim_line_tbl, p7_a0
1160: , p7_a1
1161: , p7_a2
1162: , p7_a3
1163: , p7_a4

Line 1360: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;

1356: , x_claim_line_id out nocopy NUMBER
1357: )
1358:
1359: as
1360: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
1361: ddindx binary_integer; indx binary_integer;
1362: begin
1363:
1364: -- copy data to the local IN or IN-OUT args, if any

Line 1468: ozf_claim_line_pvt.create_claim_line(p_api_version,

1464:
1465:
1466:
1467: -- here's the delegated call to the old PL/SQL routine
1468: ozf_claim_line_pvt.create_claim_line(p_api_version,
1469: p_init_msg_list,
1470: p_commit,
1471: p_validation_level,
1472: x_return_status,

Line 1596: ddp_claim_line_tbl ozf_claim_line_pvt.claim_line_tbl_type;

1592: , x_error_index out nocopy NUMBER
1593: )
1594:
1595: as
1596: ddp_claim_line_tbl ozf_claim_line_pvt.claim_line_tbl_type;
1597: ddindx binary_integer; indx binary_integer;
1598: begin
1599:
1600: -- copy data to the local IN or IN-OUT args, if any

Line 1608: ozf_claim_line_pvt_w.rosetta_table_copy_in_p1(ddp_claim_line_tbl, p7_a0

1604:
1605:
1606:
1607:
1608: ozf_claim_line_pvt_w.rosetta_table_copy_in_p1(ddp_claim_line_tbl, p7_a0
1609: , p7_a1
1610: , p7_a2
1611: , p7_a3
1612: , p7_a4

Line 1706: ozf_claim_line_pvt.delete_claim_line_tbl(p_api_version,

1702:
1703:
1704:
1705: -- here's the delegated call to the old PL/SQL routine
1706: ozf_claim_line_pvt.delete_claim_line_tbl(p_api_version,
1707: p_init_msg_list,
1708: p_commit,
1709: p_validation_level,
1710: x_return_status,

Line 1836: ddp_claim_line_tbl ozf_claim_line_pvt.claim_line_tbl_type;

1832: , x_error_index out nocopy NUMBER
1833: )
1834:
1835: as
1836: ddp_claim_line_tbl ozf_claim_line_pvt.claim_line_tbl_type;
1837: ddindx binary_integer; indx binary_integer;
1838: begin
1839:
1840: -- copy data to the local IN or IN-OUT args, if any

Line 1848: ozf_claim_line_pvt_w.rosetta_table_copy_in_p1(ddp_claim_line_tbl, p7_a0

1844:
1845:
1846:
1847:
1848: ozf_claim_line_pvt_w.rosetta_table_copy_in_p1(ddp_claim_line_tbl, p7_a0
1849: , p7_a1
1850: , p7_a2
1851: , p7_a3
1852: , p7_a4

Line 1946: ozf_claim_line_pvt.update_claim_line_tbl(p_api_version,

1942:
1943:
1944:
1945: -- here's the delegated call to the old PL/SQL routine
1946: ozf_claim_line_pvt.update_claim_line_tbl(p_api_version,
1947: p_init_msg_list,
1948: p_commit,
1949: p_validation_level,
1950: x_return_status,

Line 2075: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;

2071: , x_object_version out nocopy NUMBER
2072: )
2073:
2074: as
2075: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
2076: ddindx binary_integer; indx binary_integer;
2077: begin
2078:
2079: -- copy data to the local IN or IN-OUT args, if any

Line 2183: ozf_claim_line_pvt.update_claim_line(p_api_version,

2179:
2180:
2181:
2182: -- here's the delegated call to the old PL/SQL routine
2183: ozf_claim_line_pvt.update_claim_line(p_api_version,
2184: p_init_msg_list,
2185: p_commit,
2186: p_validation_level,
2187: x_return_status,

Line 2307: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;

2303: , p6_a91 VARCHAR2
2304: )
2305:
2306: as
2307: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
2308: ddindx binary_integer; indx binary_integer;
2309: begin
2310:
2311: -- copy data to the local IN or IN-OUT args, if any

Line 2412: ozf_claim_line_pvt.validate_claim_line(p_api_version,

2408: ddp_claim_line_rec.batch_line_id := p6_a90;
2409: ddp_claim_line_rec.activity_name := p6_a91;
2410:
2411: -- here's the delegated call to the old PL/SQL routine
2412: ozf_claim_line_pvt.validate_claim_line(p_api_version,
2413: p_init_msg_list,
2414: p_validation_level,
2415: x_return_status,
2416: x_msg_count,

Line 2526: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;

2522: , x_return_status out nocopy VARCHAR2
2523: )
2524:
2525: as
2526: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
2527: ddindx binary_integer; indx binary_integer;
2528: begin
2529:
2530: -- copy data to the local IN or IN-OUT args, if any

Line 2627: ozf_claim_line_pvt.check_claim_line_items(ddp_claim_line_rec,

2623:
2624:
2625:
2626: -- here's the delegated call to the old PL/SQL routine
2627: ozf_claim_line_pvt.check_claim_line_items(ddp_claim_line_rec,
2628: p_validation_mode,
2629: x_return_status);
2630:
2631: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 2824: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;

2820: , x_return_status out nocopy VARCHAR2
2821: )
2822:
2823: as
2824: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
2825: ddp_complete_rec ozf_claim_line_pvt.claim_line_rec_type;
2826: ddindx binary_integer; indx binary_integer;
2827: begin
2828:

Line 2825: ddp_complete_rec ozf_claim_line_pvt.claim_line_rec_type;

2821: )
2822:
2823: as
2824: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
2825: ddp_complete_rec ozf_claim_line_pvt.claim_line_rec_type;
2826: ddindx binary_integer; indx binary_integer;
2827: begin
2828:
2829: -- copy data to the local IN or IN-OUT args, if any

Line 3018: ozf_claim_line_pvt.check_claim_line_record(ddp_claim_line_rec,

3014: ddp_complete_rec.activity_name := p1_a91;
3015:
3016:
3017: -- here's the delegated call to the old PL/SQL routine
3018: ozf_claim_line_pvt.check_claim_line_record(ddp_claim_line_rec,
3019: ddp_complete_rec,
3020: x_return_status);
3021:
3022: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 3122: ddx_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;

3118: , p0_a91 out nocopy VARCHAR2
3119: )
3120:
3121: as
3122: ddx_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
3123: ddindx binary_integer; indx binary_integer;
3124: begin
3125:
3126: -- copy data to the local IN or IN-OUT args, if any

Line 3129: ozf_claim_line_pvt.init_claim_line_rec(ddx_claim_line_rec);

3125:
3126: -- copy data to the local IN or IN-OUT args, if any
3127:
3128: -- here's the delegated call to the old PL/SQL routine
3129: ozf_claim_line_pvt.init_claim_line_rec(ddx_claim_line_rec);
3130:
3131: -- copy data back from the local variables to OUT or IN-OUT args, if any
3132: p0_a0 := ddx_claim_line_rec.claim_line_id;
3133: p0_a1 := ddx_claim_line_rec.object_version_number;

Line 3413: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;

3409: , p1_a91 out nocopy VARCHAR2
3410: )
3411:
3412: as
3413: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
3414: ddx_complete_rec ozf_claim_line_pvt.claim_line_rec_type;
3415: ddindx binary_integer; indx binary_integer;
3416: begin
3417:

Line 3414: ddx_complete_rec ozf_claim_line_pvt.claim_line_rec_type;

3410: )
3411:
3412: as
3413: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
3414: ddx_complete_rec ozf_claim_line_pvt.claim_line_rec_type;
3415: ddindx binary_integer; indx binary_integer;
3416: begin
3417:
3418: -- copy data to the local IN or IN-OUT args, if any

Line 3514: ozf_claim_line_pvt.complete_claim_line_rec(ddp_claim_line_rec,

3510: ddp_claim_line_rec.activity_name := p0_a91;
3511:
3512:
3513: -- here's the delegated call to the old PL/SQL routine
3514: ozf_claim_line_pvt.complete_claim_line_rec(ddp_claim_line_rec,
3515: ddx_complete_rec);
3516:
3517: -- copy data back from the local variables to OUT or IN-OUT args, if any
3518:

Line 3613: end ozf_claim_line_pvt_w;

3609: p1_a90 := ddx_complete_rec.batch_line_id;
3610: p1_a91 := ddx_complete_rec.activity_name;
3611: end;
3612:
3613: end ozf_claim_line_pvt_w;