DBA Data[Home] [Help]

APPS.OKL_LRV_PVT_W dependencies on STANDARD

Line 86: t(ddindx).standard_rate := a37(indx);

82: t(ddindx).attribute12 := a33(indx);
83: t(ddindx).attribute13 := a34(indx);
84: t(ddindx).attribute14 := a35(indx);
85: t(ddindx).attribute15 := a36(indx);
86: t(ddindx).standard_rate := a37(indx);
87: ddindx := ddindx+1;
88: if a0.last =indx
89: then exit;
90: end if;

Line 294: a37(indx) := t(ddindx).standard_rate;

290: a33(indx) := t(ddindx).attribute12;
291: a34(indx) := t(ddindx).attribute13;
292: a35(indx) := t(ddindx).attribute14;
293: a36(indx) := t(ddindx).attribute15;
294: a37(indx) := t(ddindx).standard_rate;
295: indx := indx+1;
296: if t.last =ddindx
297: then exit;
298: end if;

Line 388: t(ddindx).standard_rate := a37(indx);

384: t(ddindx).attribute12 := a33(indx);
385: t(ddindx).attribute13 := a34(indx);
386: t(ddindx).attribute14 := a35(indx);
387: t(ddindx).attribute15 := a36(indx);
388: t(ddindx).standard_rate := a37(indx);
389: ddindx := ddindx+1;
390: if a0.last =indx
391: then exit;
392: end if;

Line 596: a37(indx) := t(ddindx).standard_rate;

592: a33(indx) := t(ddindx).attribute12;
593: a34(indx) := t(ddindx).attribute13;
594: a35(indx) := t(ddindx).attribute14;
595: a36(indx) := t(ddindx).attribute15;
596: a37(indx) := t(ddindx).standard_rate;
597: indx := indx+1;
598: if t.last =ddindx
599: then exit;
600: end if;

Line 739: ddp_lrvv_rec.standard_rate := p5_a37;

735: ddp_lrvv_rec.attribute12 := p5_a33;
736: ddp_lrvv_rec.attribute13 := p5_a34;
737: ddp_lrvv_rec.attribute14 := p5_a35;
738: ddp_lrvv_rec.attribute15 := p5_a36;
739: ddp_lrvv_rec.standard_rate := p5_a37;
740:
741:
742: -- here's the delegated call to the old PL/SQL routine
743: okl_lrv_pvt.insert_row(p_api_version,

Line 795: p6_a37 := ddx_lrvv_rec.standard_rate;

791: p6_a33 := ddx_lrvv_rec.attribute12;
792: p6_a34 := ddx_lrvv_rec.attribute13;
793: p6_a35 := ddx_lrvv_rec.attribute14;
794: p6_a36 := ddx_lrvv_rec.attribute15;
795: p6_a37 := ddx_lrvv_rec.standard_rate;
796: end;
797:
798: procedure insert_row(p_api_version NUMBER
799: , p_init_msg_list VARCHAR2

Line 1123: ddp_lrvv_rec.standard_rate := p5_a37;

1119: ddp_lrvv_rec.attribute12 := p5_a33;
1120: ddp_lrvv_rec.attribute13 := p5_a34;
1121: ddp_lrvv_rec.attribute14 := p5_a35;
1122: ddp_lrvv_rec.attribute15 := p5_a36;
1123: ddp_lrvv_rec.standard_rate := p5_a37;
1124:
1125:
1126: -- here's the delegated call to the old PL/SQL routine
1127: okl_lrv_pvt.update_row(p_api_version,

Line 1179: p6_a37 := ddx_lrvv_rec.standard_rate;

1175: p6_a33 := ddx_lrvv_rec.attribute12;
1176: p6_a34 := ddx_lrvv_rec.attribute13;
1177: p6_a35 := ddx_lrvv_rec.attribute14;
1178: p6_a36 := ddx_lrvv_rec.attribute15;
1179: p6_a37 := ddx_lrvv_rec.standard_rate;
1180: end;
1181:
1182: procedure update_row(p_api_version NUMBER
1183: , p_init_msg_list VARCHAR2

Line 1468: ddp_lrvv_rec.standard_rate := p5_a37;

1464: ddp_lrvv_rec.attribute12 := p5_a33;
1465: ddp_lrvv_rec.attribute13 := p5_a34;
1466: ddp_lrvv_rec.attribute14 := p5_a35;
1467: ddp_lrvv_rec.attribute15 := p5_a36;
1468: ddp_lrvv_rec.standard_rate := p5_a37;
1469:
1470: -- here's the delegated call to the old PL/SQL routine
1471: okl_lrv_pvt.delete_row(p_api_version,
1472: p_init_msg_list,