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.1 2007/12/26 10:36:36 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 213: procedure rosetta_table_copy_out_p1(t ozf_claim_line_pvt.claim_line_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

209: end loop;
210: end if;
211: end if;
212: end rosetta_table_copy_in_p1;
213: procedure rosetta_table_copy_out_p1(t ozf_claim_line_pvt.claim_line_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
214: , a1 out nocopy JTF_NUMBER_TABLE
215: , a2 out nocopy JTF_DATE_TABLE
216: , a3 out nocopy JTF_NUMBER_TABLE
217: , a4 out nocopy JTF_DATE_TABLE

Line 783: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;

779: , x_create_hist_flag out nocopy VARCHAR2
780: )
781:
782: as
783: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
784: ddindx binary_integer; indx binary_integer;
785: begin
786:
787: -- copy data to the local IN or IN-OUT args, if any

Line 888: ozf_claim_line_pvt.check_create_line_hist(p_api_version,

884:
885:
886:
887: -- here's the delegated call to the old PL/SQL routine
888: ozf_claim_line_pvt.check_create_line_hist(p_api_version,
889: p_init_msg_list,
890: x_return_status,
891: x_msg_count,
892: x_msg_data,

Line 1011: ddp_claim_line_tbl ozf_claim_line_pvt.claim_line_tbl_type;

1007: , x_error_index out nocopy NUMBER
1008: )
1009:
1010: as
1011: ddp_claim_line_tbl ozf_claim_line_pvt.claim_line_tbl_type;
1012: ddindx binary_integer; indx binary_integer;
1013: begin
1014:
1015: -- copy data to the local IN or IN-OUT args, if any

Line 1023: ozf_claim_line_pvt_w.rosetta_table_copy_in_p1(ddp_claim_line_tbl, p7_a0

1019:
1020:
1021:
1022:
1023: ozf_claim_line_pvt_w.rosetta_table_copy_in_p1(ddp_claim_line_tbl, p7_a0
1024: , p7_a1
1025: , p7_a2
1026: , p7_a3
1027: , p7_a4

Line 1118: ozf_claim_line_pvt.create_claim_line_tbl(p_api_version,

1114:
1115:
1116:
1117: -- here's the delegated call to the old PL/SQL routine
1118: ozf_claim_line_pvt.create_claim_line_tbl(p_api_version,
1119: p_init_msg_list,
1120: p_commit,
1121: p_validation_level,
1122: x_return_status,

Line 1243: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;

1239: , x_claim_line_id out nocopy NUMBER
1240: )
1241:
1242: as
1243: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
1244: ddindx binary_integer; indx binary_integer;
1245: begin
1246:
1247: -- copy data to the local IN or IN-OUT args, if any

Line 1349: ozf_claim_line_pvt.create_claim_line(p_api_version,

1345:
1346:
1347:
1348: -- here's the delegated call to the old PL/SQL routine
1349: ozf_claim_line_pvt.create_claim_line(p_api_version,
1350: p_init_msg_list,
1351: p_commit,
1352: p_validation_level,
1353: x_return_status,

Line 1475: ddp_claim_line_tbl ozf_claim_line_pvt.claim_line_tbl_type;

1471: , x_error_index out nocopy NUMBER
1472: )
1473:
1474: as
1475: ddp_claim_line_tbl ozf_claim_line_pvt.claim_line_tbl_type;
1476: ddindx binary_integer; indx binary_integer;
1477: begin
1478:
1479: -- copy data to the local IN or IN-OUT args, if any

Line 1487: ozf_claim_line_pvt_w.rosetta_table_copy_in_p1(ddp_claim_line_tbl, p7_a0

1483:
1484:
1485:
1486:
1487: ozf_claim_line_pvt_w.rosetta_table_copy_in_p1(ddp_claim_line_tbl, p7_a0
1488: , p7_a1
1489: , p7_a2
1490: , p7_a3
1491: , p7_a4

Line 1583: ozf_claim_line_pvt.delete_claim_line_tbl(p_api_version,

1579:
1580:
1581:
1582: -- here's the delegated call to the old PL/SQL routine
1583: ozf_claim_line_pvt.delete_claim_line_tbl(p_api_version,
1584: p_init_msg_list,
1585: p_commit,
1586: p_validation_level,
1587: x_return_status,

Line 1711: ddp_claim_line_tbl ozf_claim_line_pvt.claim_line_tbl_type;

1707: , x_error_index out nocopy NUMBER
1708: )
1709:
1710: as
1711: ddp_claim_line_tbl ozf_claim_line_pvt.claim_line_tbl_type;
1712: ddindx binary_integer; indx binary_integer;
1713: begin
1714:
1715: -- copy data to the local IN or IN-OUT args, if any

Line 1723: ozf_claim_line_pvt_w.rosetta_table_copy_in_p1(ddp_claim_line_tbl, p7_a0

1719:
1720:
1721:
1722:
1723: ozf_claim_line_pvt_w.rosetta_table_copy_in_p1(ddp_claim_line_tbl, p7_a0
1724: , p7_a1
1725: , p7_a2
1726: , p7_a3
1727: , p7_a4

Line 1819: ozf_claim_line_pvt.update_claim_line_tbl(p_api_version,

1815:
1816:
1817:
1818: -- here's the delegated call to the old PL/SQL routine
1819: ozf_claim_line_pvt.update_claim_line_tbl(p_api_version,
1820: p_init_msg_list,
1821: p_commit,
1822: p_validation_level,
1823: x_return_status,

Line 1946: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;

1942: , x_object_version out nocopy NUMBER
1943: )
1944:
1945: as
1946: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
1947: ddindx binary_integer; indx binary_integer;
1948: begin
1949:
1950: -- copy data to the local IN or IN-OUT args, if any

Line 2052: ozf_claim_line_pvt.update_claim_line(p_api_version,

2048:
2049:
2050:
2051: -- here's the delegated call to the old PL/SQL routine
2052: ozf_claim_line_pvt.update_claim_line(p_api_version,
2053: p_init_msg_list,
2054: p_commit,
2055: p_validation_level,
2056: x_return_status,

Line 2174: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;

2170: , p6_a89 VARCHAR2
2171: )
2172:
2173: as
2174: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
2175: ddindx binary_integer; indx binary_integer;
2176: begin
2177:
2178: -- copy data to the local IN or IN-OUT args, if any

Line 2277: ozf_claim_line_pvt.validate_claim_line(p_api_version,

2273: ddp_claim_line_rec.acctd_tax_amount := p6_a88;
2274: ddp_claim_line_rec.dpp_cust_account_id := p6_a89;
2275:
2276: -- here's the delegated call to the old PL/SQL routine
2277: ozf_claim_line_pvt.validate_claim_line(p_api_version,
2278: p_init_msg_list,
2279: p_validation_level,
2280: x_return_status,
2281: x_msg_count,

Line 2389: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;

2385: , x_return_status out nocopy VARCHAR2
2386: )
2387:
2388: as
2389: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
2390: ddindx binary_integer; indx binary_integer;
2391: begin
2392:
2393: -- copy data to the local IN or IN-OUT args, if any

Line 2488: ozf_claim_line_pvt.check_claim_line_items(ddp_claim_line_rec,

2484:
2485:
2486:
2487: -- here's the delegated call to the old PL/SQL routine
2488: ozf_claim_line_pvt.check_claim_line_items(ddp_claim_line_rec,
2489: p_validation_mode,
2490: x_return_status);
2491:
2492: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 2681: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;

2677: , x_return_status out nocopy VARCHAR2
2678: )
2679:
2680: as
2681: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
2682: ddp_complete_rec ozf_claim_line_pvt.claim_line_rec_type;
2683: ddindx binary_integer; indx binary_integer;
2684: begin
2685:

Line 2682: ddp_complete_rec ozf_claim_line_pvt.claim_line_rec_type;

2678: )
2679:
2680: as
2681: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
2682: ddp_complete_rec ozf_claim_line_pvt.claim_line_rec_type;
2683: ddindx binary_integer; indx binary_integer;
2684: begin
2685:
2686: -- copy data to the local IN or IN-OUT args, if any

Line 2871: ozf_claim_line_pvt.check_claim_line_record(ddp_claim_line_rec,

2867: ddp_complete_rec.dpp_cust_account_id := p1_a89;
2868:
2869:
2870: -- here's the delegated call to the old PL/SQL routine
2871: ozf_claim_line_pvt.check_claim_line_record(ddp_claim_line_rec,
2872: ddp_complete_rec,
2873: x_return_status);
2874:
2875: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 2973: ddx_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;

2969: , p0_a89 out nocopy VARCHAR2
2970: )
2971:
2972: as
2973: ddx_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
2974: ddindx binary_integer; indx binary_integer;
2975: begin
2976:
2977: -- copy data to the local IN or IN-OUT args, if any

Line 2980: ozf_claim_line_pvt.init_claim_line_rec(ddx_claim_line_rec);

2976:
2977: -- copy data to the local IN or IN-OUT args, if any
2978:
2979: -- here's the delegated call to the old PL/SQL routine
2980: ozf_claim_line_pvt.init_claim_line_rec(ddx_claim_line_rec);
2981:
2982: -- copy data back from the local variables to OUT or IN-OUT args, if any
2983: p0_a0 := ddx_claim_line_rec.claim_line_id;
2984: p0_a1 := ddx_claim_line_rec.object_version_number;

Line 3258: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;

3254: , p1_a89 out nocopy VARCHAR2
3255: )
3256:
3257: as
3258: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
3259: ddx_complete_rec ozf_claim_line_pvt.claim_line_rec_type;
3260: ddindx binary_integer; indx binary_integer;
3261: begin
3262:

Line 3259: ddx_complete_rec ozf_claim_line_pvt.claim_line_rec_type;

3255: )
3256:
3257: as
3258: ddp_claim_line_rec ozf_claim_line_pvt.claim_line_rec_type;
3259: ddx_complete_rec ozf_claim_line_pvt.claim_line_rec_type;
3260: ddindx binary_integer; indx binary_integer;
3261: begin
3262:
3263: -- copy data to the local IN or IN-OUT args, if any

Line 3357: ozf_claim_line_pvt.complete_claim_line_rec(ddp_claim_line_rec,

3353: ddp_claim_line_rec.dpp_cust_account_id := p0_a89;
3354:
3355:
3356: -- here's the delegated call to the old PL/SQL routine
3357: ozf_claim_line_pvt.complete_claim_line_rec(ddp_claim_line_rec,
3358: ddx_complete_rec);
3359:
3360: -- copy data back from the local variables to OUT or IN-OUT args, if any
3361:

Line 3454: end ozf_claim_line_pvt_w;

3450: p1_a88 := ddx_complete_rec.acctd_tax_amount;
3451: p1_a89 := ddx_complete_rec.dpp_cust_account_id;
3452: end;
3453:
3454: end ozf_claim_line_pvt_w;