DBA Data[Home] [Help]

APPS.OZF_FUNDS_PVT_W dependencies on OZF_FUNDS_PVT

Line 1: package body ozf_funds_pvt_w as

1: package body ozf_funds_pvt_w as
2: /* $Header: ozfwfunb.pls 120.3 2008/06/11 06:07:12 kdass 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 146: ddp_fund_rec ozf_funds_pvt.fund_rec_type;

142: , x_fund_id out nocopy NUMBER
143: )
144:
145: as
146: ddp_fund_rec ozf_funds_pvt.fund_rec_type;
147: ddindx binary_integer; indx binary_integer;
148: begin
149:
150: -- copy data to the local IN or IN-OUT args, if any

Line 280: ozf_funds_pvt.create_fund(p_api_version,

276: ddp_fund_rec.ledger_id := p7_a118;
277:
278:
279: -- here's the delegated call to the old PL/SQL routine
280: ozf_funds_pvt.create_fund(p_api_version,
281: p_init_msg_list,
282: p_commit,
283: p_validation_level,
284: x_return_status,

Line 431: ddp_fund_rec ozf_funds_pvt.fund_rec_type;

427: , p_mode VARCHAR2
428: )
429:
430: as
431: ddp_fund_rec ozf_funds_pvt.fund_rec_type;
432: ddindx binary_integer; indx binary_integer;
433: begin
434:
435: -- copy data to the local IN or IN-OUT args, if any

Line 565: ozf_funds_pvt.update_fund(p_api_version,

561: ddp_fund_rec.ledger_id := p7_a118;
562:
563:
564: -- here's the delegated call to the old PL/SQL routine
565: ozf_funds_pvt.update_fund(p_api_version,
566: p_init_msg_list,
567: p_commit,
568: p_validation_level,
569: x_return_status,

Line 714: ddp_fund_rec ozf_funds_pvt.fund_rec_type;

710: , p6_a118 NUMBER
711: )
712:
713: as
714: ddp_fund_rec ozf_funds_pvt.fund_rec_type;
715: ddindx binary_integer; indx binary_integer;
716: begin
717:
718: -- copy data to the local IN or IN-OUT args, if any

Line 846: ozf_funds_pvt.validate_fund(p_api_version,

842: ddp_fund_rec.activation_date := rosetta_g_miss_date_in_map(p6_a117);
843: ddp_fund_rec.ledger_id := p6_a118;
844:
845: -- here's the delegated call to the old PL/SQL routine
846: ozf_funds_pvt.validate_fund(p_api_version,
847: p_init_msg_list,
848: p_validation_level,
849: x_return_status,
850: x_msg_count,

Line 987: ddp_fund_rec ozf_funds_pvt.fund_rec_type;

983: , p2_a118 NUMBER
984: )
985:
986: as
987: ddp_fund_rec ozf_funds_pvt.fund_rec_type;
988: ddindx binary_integer; indx binary_integer;
989: begin
990:
991: -- copy data to the local IN or IN-OUT args, if any

Line 1115: ozf_funds_pvt.check_fund_items(p_validation_mode,

1111: ddp_fund_rec.activation_date := rosetta_g_miss_date_in_map(p2_a117);
1112: ddp_fund_rec.ledger_id := p2_a118;
1113:
1114: -- here's the delegated call to the old PL/SQL routine
1115: ozf_funds_pvt.check_fund_items(p_validation_mode,
1116: x_return_status,
1117: ddp_fund_rec);
1118:
1119: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 1367: ddp_fund_rec ozf_funds_pvt.fund_rec_type;

1363: , x_return_status out nocopy VARCHAR2
1364: )
1365:
1366: as
1367: ddp_fund_rec ozf_funds_pvt.fund_rec_type;
1368: ddp_complete_rec ozf_funds_pvt.fund_rec_type;
1369: ddindx binary_integer; indx binary_integer;
1370: begin
1371:

Line 1368: ddp_complete_rec ozf_funds_pvt.fund_rec_type;

1364: )
1365:
1366: as
1367: ddp_fund_rec ozf_funds_pvt.fund_rec_type;
1368: ddp_complete_rec ozf_funds_pvt.fund_rec_type;
1369: ddindx binary_integer; indx binary_integer;
1370: begin
1371:
1372: -- copy data to the local IN or IN-OUT args, if any

Line 1616: ozf_funds_pvt.check_fund_record(ddp_fund_rec,

1612:
1613:
1614:
1615: -- here's the delegated call to the old PL/SQL routine
1616: ozf_funds_pvt.check_fund_record(ddp_fund_rec,
1617: ddp_complete_rec,
1618: p_mode,
1619: x_return_status);
1620:

Line 1749: ddx_fund_rec ozf_funds_pvt.fund_rec_type;

1745: , p0_a118 out nocopy NUMBER
1746: )
1747:
1748: as
1749: ddx_fund_rec ozf_funds_pvt.fund_rec_type;
1750: ddindx binary_integer; indx binary_integer;
1751: begin
1752:
1753: -- copy data to the local IN or IN-OUT args, if any

Line 1756: ozf_funds_pvt.init_fund_rec(ddx_fund_rec);

1752:
1753: -- copy data to the local IN or IN-OUT args, if any
1754:
1755: -- here's the delegated call to the old PL/SQL routine
1756: ozf_funds_pvt.init_fund_rec(ddx_fund_rec);
1757:
1758: -- copy data back from the local variables to OUT or IN-OUT args, if any
1759: p0_a0 := ddx_fund_rec.fund_id;
1760: p0_a1 := ddx_fund_rec.last_update_date;

Line 2121: ddp_fund_rec ozf_funds_pvt.fund_rec_type;

2117: , p1_a118 out nocopy NUMBER
2118: )
2119:
2120: as
2121: ddp_fund_rec ozf_funds_pvt.fund_rec_type;
2122: ddx_complete_rec ozf_funds_pvt.fund_rec_type;
2123: ddindx binary_integer; indx binary_integer;
2124: begin
2125:

Line 2122: ddx_complete_rec ozf_funds_pvt.fund_rec_type;

2118: )
2119:
2120: as
2121: ddp_fund_rec ozf_funds_pvt.fund_rec_type;
2122: ddx_complete_rec ozf_funds_pvt.fund_rec_type;
2123: ddindx binary_integer; indx binary_integer;
2124: begin
2125:
2126: -- copy data to the local IN or IN-OUT args, if any

Line 2249: ozf_funds_pvt.complete_fund_rec(ddp_fund_rec,

2245: ddp_fund_rec.ledger_id := p0_a118;
2246:
2247:
2248: -- here's the delegated call to the old PL/SQL routine
2249: ozf_funds_pvt.complete_fund_rec(ddp_fund_rec,
2250: ddx_complete_rec);
2251:
2252: -- copy data back from the local variables to OUT or IN-OUT args, if any
2253:

Line 2618: ddp_fund_rec ozf_funds_pvt.fund_rec_type;

2614: , x_return_status out nocopy VARCHAR2
2615: )
2616:
2617: as
2618: ddp_fund_rec ozf_funds_pvt.fund_rec_type;
2619: ddp_complete_rec ozf_funds_pvt.fund_rec_type;
2620: ddindx binary_integer; indx binary_integer;
2621: begin
2622:

Line 2619: ddp_complete_rec ozf_funds_pvt.fund_rec_type;

2615: )
2616:
2617: as
2618: ddp_fund_rec ozf_funds_pvt.fund_rec_type;
2619: ddp_complete_rec ozf_funds_pvt.fund_rec_type;
2620: ddindx binary_integer; indx binary_integer;
2621: begin
2622:
2623: -- copy data to the local IN or IN-OUT args, if any

Line 2867: ozf_funds_pvt.check_fund_inter_entity(ddp_fund_rec,

2863:
2864:
2865:
2866: -- here's the delegated call to the old PL/SQL routine
2867: ozf_funds_pvt.check_fund_inter_entity(ddp_fund_rec,
2868: ddp_complete_rec,
2869: p_validation_mode,
2870: x_return_status);
2871:

Line 2917: ozf_funds_pvt.copy_fund(p_api_version,

2913:
2914:
2915:
2916: -- here's the delegated call to the old PL/SQL routine
2917: ozf_funds_pvt.copy_fund(p_api_version,
2918: p_init_msg_list,
2919: p_commit,
2920: p_validation_level,
2921: x_return_status,

Line 3073: ddp_fund_rec ozf_funds_pvt.fund_rec_type;

3069: , p7_a118 NUMBER
3070: )
3071:
3072: as
3073: ddp_fund_rec ozf_funds_pvt.fund_rec_type;
3074: ddindx binary_integer; indx binary_integer;
3075: begin
3076:
3077: -- copy data to the local IN or IN-OUT args, if any

Line 3206: ozf_funds_pvt.update_rollup_amount(p_api_version,

3202: ddp_fund_rec.activation_date := rosetta_g_miss_date_in_map(p7_a117);
3203: ddp_fund_rec.ledger_id := p7_a118;
3204:
3205: -- here's the delegated call to the old PL/SQL routine
3206: ozf_funds_pvt.update_rollup_amount(p_api_version,
3207: p_init_msg_list,
3208: p_commit,
3209: p_validation_level,
3210: x_return_status,

Line 3355: ddp_fund_rec ozf_funds_pvt.fund_rec_type;

3351: , p_mode VARCHAR2
3352: )
3353:
3354: as
3355: ddp_fund_rec ozf_funds_pvt.fund_rec_type;
3356: ddindx binary_integer; indx binary_integer;
3357: begin
3358:
3359: -- copy data to the local IN or IN-OUT args, if any

Line 3489: ozf_funds_pvt.update_funds_access(p_api_version,

3485: ddp_fund_rec.ledger_id := p7_a118;
3486:
3487:
3488: -- here's the delegated call to the old PL/SQL routine
3489: ozf_funds_pvt.update_funds_access(p_api_version,
3490: p_init_msg_list,
3491: p_commit,
3492: p_validation_level,
3493: x_return_status,

Line 3510: end ozf_funds_pvt_w;

3506:
3507:
3508: end;
3509:
3510: end ozf_funds_pvt_w;