DBA Data[Home] [Help]

APPS.OKL_VP_K_ARTICLE_PUB_W dependencies on OKL_VP_K_ARTICLE_PUB

Line 1: package body okl_vp_k_article_pub_w as

1: package body okl_vp_k_article_pub_w as
2: /* $Header: OKLUCARB.pls 120.3 2005/08/04 01:39:22 manumanu noship $ */
3: procedure create_k_article(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , x_return_status out nocopy VARCHAR2

Line 83: ddp_catv_rec okl_vp_k_article_pub.catv_rec_type;

79: , p6_a35 out nocopy NUMBER
80: )
81:
82: as
83: ddp_catv_rec okl_vp_k_article_pub.catv_rec_type;
84: ddx_catv_rec okl_vp_k_article_pub.catv_rec_type;
85: ddindx binary_integer; indx binary_integer;
86: begin
87:

Line 84: ddx_catv_rec okl_vp_k_article_pub.catv_rec_type;

80: )
81:
82: as
83: ddp_catv_rec okl_vp_k_article_pub.catv_rec_type;
84: ddx_catv_rec okl_vp_k_article_pub.catv_rec_type;
85: ddindx binary_integer; indx binary_integer;
86: begin
87:
88: -- copy data to the local IN or IN-OUT args, if any

Line 133: okl_vp_k_article_pub.create_k_article(p_api_version,

129: ddp_catv_rec.last_update_login := p5_a35;
130:
131:
132: -- here's the delegated call to the old PL/SQL routine
133: okl_vp_k_article_pub.create_k_article(p_api_version,
134: p_init_msg_list,
135: x_return_status,
136: x_msg_count,
137: x_msg_data,

Line 266: ddp_catv_rec okl_vp_k_article_pub.catv_rec_type;

262: , p6_a35 out nocopy NUMBER
263: )
264:
265: as
266: ddp_catv_rec okl_vp_k_article_pub.catv_rec_type;
267: ddx_catv_rec okl_vp_k_article_pub.catv_rec_type;
268: ddindx binary_integer; indx binary_integer;
269: begin
270:

Line 267: ddx_catv_rec okl_vp_k_article_pub.catv_rec_type;

263: )
264:
265: as
266: ddp_catv_rec okl_vp_k_article_pub.catv_rec_type;
267: ddx_catv_rec okl_vp_k_article_pub.catv_rec_type;
268: ddindx binary_integer; indx binary_integer;
269: begin
270:
271: -- copy data to the local IN or IN-OUT args, if any

Line 316: okl_vp_k_article_pub.update_k_article(p_api_version,

312: ddp_catv_rec.last_update_login := p5_a35;
313:
314:
315: -- here's the delegated call to the old PL/SQL routine
316: okl_vp_k_article_pub.update_k_article(p_api_version,
317: p_init_msg_list,
318: x_return_status,
319: x_msg_count,
320: x_msg_data,

Line 413: ddp_catv_rec okl_vp_k_article_pub.catv_rec_type;

409: , p5_a35 NUMBER
410: )
411:
412: as
413: ddp_catv_rec okl_vp_k_article_pub.catv_rec_type;
414: ddindx binary_integer; indx binary_integer;
415: begin
416:
417: -- copy data to the local IN or IN-OUT args, if any

Line 461: okl_vp_k_article_pub.delete_k_article(p_api_version,

457: ddp_catv_rec.last_update_date := p5_a34;
458: ddp_catv_rec.last_update_login := p5_a35;
459:
460: -- here's the delegated call to the old PL/SQL routine
461: okl_vp_k_article_pub.delete_k_article(p_api_version,
462: p_init_msg_list,
463: x_return_status,
464: x_msg_count,
465: x_msg_data,

Line 556: ddp_catv_tbl okl_vp_k_article_pub.catv_tbl_type;

552: , p6_a35 out nocopy JTF_NUMBER_TABLE
553: )
554:
555: as
556: ddp_catv_tbl okl_vp_k_article_pub.catv_tbl_type;
557: ddx_catv_tbl okl_vp_k_article_pub.catv_tbl_type;
558: ddindx binary_integer; indx binary_integer;
559: begin
560:

Line 557: ddx_catv_tbl okl_vp_k_article_pub.catv_tbl_type;

553: )
554:
555: as
556: ddp_catv_tbl okl_vp_k_article_pub.catv_tbl_type;
557: ddx_catv_tbl okl_vp_k_article_pub.catv_tbl_type;
558: ddindx binary_integer; indx binary_integer;
559: begin
560:
561: -- copy data to the local IN or IN-OUT args, if any

Line 607: okl_vp_k_article_pub.create_k_article(p_api_version,

603: );
604:
605:
606: -- here's the delegated call to the old PL/SQL routine
607: okl_vp_k_article_pub.create_k_article(p_api_version,
608: p_init_msg_list,
609: x_return_status,
610: x_msg_count,
611: x_msg_data,

Line 741: ddp_catv_tbl okl_vp_k_article_pub.catv_tbl_type;

737: , p6_a35 out nocopy JTF_NUMBER_TABLE
738: )
739:
740: as
741: ddp_catv_tbl okl_vp_k_article_pub.catv_tbl_type;
742: ddx_catv_tbl okl_vp_k_article_pub.catv_tbl_type;
743: ddindx binary_integer; indx binary_integer;
744: begin
745:

Line 742: ddx_catv_tbl okl_vp_k_article_pub.catv_tbl_type;

738: )
739:
740: as
741: ddp_catv_tbl okl_vp_k_article_pub.catv_tbl_type;
742: ddx_catv_tbl okl_vp_k_article_pub.catv_tbl_type;
743: ddindx binary_integer; indx binary_integer;
744: begin
745:
746: -- copy data to the local IN or IN-OUT args, if any

Line 792: okl_vp_k_article_pub.update_k_article(p_api_version,

788: );
789:
790:
791: -- here's the delegated call to the old PL/SQL routine
792: okl_vp_k_article_pub.update_k_article(p_api_version,
793: p_init_msg_list,
794: x_return_status,
795: x_msg_count,
796: x_msg_data,

Line 890: ddp_catv_tbl okl_vp_k_article_pub.catv_tbl_type;

886: , p5_a35 JTF_NUMBER_TABLE
887: )
888:
889: as
890: ddp_catv_tbl okl_vp_k_article_pub.catv_tbl_type;
891: ddindx binary_integer; indx binary_integer;
892: begin
893:
894: -- copy data to the local IN or IN-OUT args, if any

Line 939: okl_vp_k_article_pub.delete_k_article(p_api_version,

935: , p5_a35
936: );
937:
938: -- here's the delegated call to the old PL/SQL routine
939: okl_vp_k_article_pub.delete_k_article(p_api_version,
940: p_init_msg_list,
941: x_return_status,
942: x_msg_count,
943: x_msg_data,

Line 954: end okl_vp_k_article_pub_w;

950:
951:
952: end;
953:
954: end okl_vp_k_article_pub_w;