DBA Data[Home] [Help]

APPS.OZF_CLAIM_TYPE_PVT_W dependencies on OZF_CLAIM_TYPE_PVT

Line 1: package body ozf_claim_type_pvt_w as

1: package body ozf_claim_type_pvt_w as
2: /* $Header: ozfwclmb.pls 120.1 2006/05/17 01:15:48 sshivali 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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 80: ddp_claim_rec ozf_claim_type_pvt.claim_rec_type;

76: , x_claim_type_id out nocopy NUMBER
77: )
78:
79: as
80: ddp_claim_rec ozf_claim_type_pvt.claim_rec_type;
81: ddindx binary_integer; indx binary_integer;
82: begin
83:
84: -- copy data to the local IN or IN-OUT args, if any

Line 148: ozf_claim_type_pvt.create_claim_type(p_api_version,

144: ddp_claim_rec.gl_balancing_flex_value := p7_a52;
145:
146:
147: -- here's the delegated call to the old PL/SQL routine
148: ozf_claim_type_pvt.create_claim_type(p_api_version,
149: p_init_msg_list,
150: p_commit,
151: p_validation_level,
152: x_return_status,

Line 234: ddp_claim_rec ozf_claim_type_pvt.claim_rec_type;

230: , x_object_version out nocopy NUMBER
231: )
232:
233: as
234: ddp_claim_rec ozf_claim_type_pvt.claim_rec_type;
235: ddindx binary_integer; indx binary_integer;
236: begin
237:
238: -- copy data to the local IN or IN-OUT args, if any

Line 303: ozf_claim_type_pvt.update_claim_type(p_api_version,

299:
300:
301:
302: -- here's the delegated call to the old PL/SQL routine
303: ozf_claim_type_pvt.update_claim_type(p_api_version,
304: p_init_msg_list,
305: p_commit,
306: p_validation_level,
307: x_return_status,

Line 388: ddp_claim_rec ozf_claim_type_pvt.claim_rec_type;

384: , p6_a52 VARCHAR2
385: )
386:
387: as
388: ddp_claim_rec ozf_claim_type_pvt.claim_rec_type;
389: ddindx binary_integer; indx binary_integer;
390: begin
391:
392: -- copy data to the local IN or IN-OUT args, if any

Line 454: ozf_claim_type_pvt.validate_claim_type(p_api_version,

450: ddp_claim_rec.neg_wo_rec_trx_id := p6_a51;
451: ddp_claim_rec.gl_balancing_flex_value := p6_a52;
452:
453: -- here's the delegated call to the old PL/SQL routine
454: ozf_claim_type_pvt.validate_claim_type(p_api_version,
455: p_init_msg_list,
456: p_validation_level,
457: x_return_status,
458: x_msg_count,

Line 529: ddp_claim_rec ozf_claim_type_pvt.claim_rec_type;

525: , p2_a52 VARCHAR2
526: )
527:
528: as
529: ddp_claim_rec ozf_claim_type_pvt.claim_rec_type;
530: ddindx binary_integer; indx binary_integer;
531: begin
532:
533: -- copy data to the local IN or IN-OUT args, if any

Line 591: ozf_claim_type_pvt.check_claim_type_items(p_validation_mode,

587: ddp_claim_rec.neg_wo_rec_trx_id := p2_a51;
588: ddp_claim_rec.gl_balancing_flex_value := p2_a52;
589:
590: -- here's the delegated call to the old PL/SQL routine
591: ozf_claim_type_pvt.check_claim_type_items(p_validation_mode,
592: x_return_status,
593: ddp_claim_rec);
594:
595: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 710: ddp_claim_rec ozf_claim_type_pvt.claim_rec_type;

706: , x_return_status out nocopy VARCHAR2
707: )
708:
709: as
710: ddp_claim_rec ozf_claim_type_pvt.claim_rec_type;
711: ddp_complete_rec ozf_claim_type_pvt.claim_rec_type;
712: ddindx binary_integer; indx binary_integer;
713: begin
714:

Line 711: ddp_complete_rec ozf_claim_type_pvt.claim_rec_type;

707: )
708:
709: as
710: ddp_claim_rec ozf_claim_type_pvt.claim_rec_type;
711: ddp_complete_rec ozf_claim_type_pvt.claim_rec_type;
712: ddindx binary_integer; indx binary_integer;
713: begin
714:
715: -- copy data to the local IN or IN-OUT args, if any

Line 826: ozf_claim_type_pvt.check_claim_type_record(ddp_claim_rec,

822: ddp_complete_rec.gl_balancing_flex_value := p1_a52;
823:
824:
825: -- here's the delegated call to the old PL/SQL routine
826: ozf_claim_type_pvt.check_claim_type_record(ddp_claim_rec,
827: ddp_complete_rec,
828: x_return_status);
829:
830: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 891: ddx_claim_rec ozf_claim_type_pvt.claim_rec_type;

887: , p0_a52 out nocopy VARCHAR2
888: )
889:
890: as
891: ddx_claim_rec ozf_claim_type_pvt.claim_rec_type;
892: ddindx binary_integer; indx binary_integer;
893: begin
894:
895: -- copy data to the local IN or IN-OUT args, if any

Line 898: ozf_claim_type_pvt.init_claim_type_rec(ddx_claim_rec);

894:
895: -- copy data to the local IN or IN-OUT args, if any
896:
897: -- here's the delegated call to the old PL/SQL routine
898: ozf_claim_type_pvt.init_claim_type_rec(ddx_claim_rec);
899:
900: -- copy data back from the local variables to OUT or IN-OUT args, if any
901: p0_a0 := ddx_claim_rec.claim_type_id;
902: p0_a1 := ddx_claim_rec.object_version_number;

Line 1065: ddp_claim_rec ozf_claim_type_pvt.claim_rec_type;

1061: , p1_a52 out nocopy VARCHAR2
1062: )
1063:
1064: as
1065: ddp_claim_rec ozf_claim_type_pvt.claim_rec_type;
1066: ddx_complete_rec ozf_claim_type_pvt.claim_rec_type;
1067: ddindx binary_integer; indx binary_integer;
1068: begin
1069:

Line 1066: ddx_complete_rec ozf_claim_type_pvt.claim_rec_type;

1062: )
1063:
1064: as
1065: ddp_claim_rec ozf_claim_type_pvt.claim_rec_type;
1066: ddx_complete_rec ozf_claim_type_pvt.claim_rec_type;
1067: ddindx binary_integer; indx binary_integer;
1068: begin
1069:
1070: -- copy data to the local IN or IN-OUT args, if any

Line 1127: ozf_claim_type_pvt.complete_claim_type_rec(ddp_claim_rec,

1123: ddp_claim_rec.gl_balancing_flex_value := p0_a52;
1124:
1125:
1126: -- here's the delegated call to the old PL/SQL routine
1127: ozf_claim_type_pvt.complete_claim_type_rec(ddp_claim_rec,
1128: ddx_complete_rec);
1129:
1130: -- copy data back from the local variables to OUT or IN-OUT args, if any
1131:

Line 1187: end ozf_claim_type_pvt_w;

1183: p1_a51 := ddx_complete_rec.neg_wo_rec_trx_id;
1184: p1_a52 := ddx_complete_rec.gl_balancing_flex_value;
1185: end;
1186:
1187: end ozf_claim_type_pvt_w;