DBA Data[Home] [Help]

APPS.OKL_SETUP_STREAMTYPES_PUB_W dependencies on OKL_SETUP_STREAMTYPES_PUB

Line 1: package body okl_setup_streamtypes_pub_w as

1: package body okl_setup_streamtypes_pub_w as
2: /* $Header: OKLUSMTB.pls 120.3 2008/01/29 17:24:06 gkadarka 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:

Line 120: ddp_styv_rec okl_setup_streamtypes_pub.styv_rec_type;

116: , p5_a44 NUMBER := 0-1962.0724
117: )
118:
119: as
120: ddp_styv_rec okl_setup_streamtypes_pub.styv_rec_type;
121: ddx_styv_rec okl_setup_streamtypes_pub.styv_rec_type;
122: ddindx binary_integer; indx binary_integer;
123: begin
124:

Line 121: ddx_styv_rec okl_setup_streamtypes_pub.styv_rec_type;

117: )
118:
119: as
120: ddp_styv_rec okl_setup_streamtypes_pub.styv_rec_type;
121: ddx_styv_rec okl_setup_streamtypes_pub.styv_rec_type;
122: ddindx binary_integer; indx binary_integer;
123: begin
124:
125: -- copy data to the local IN or IN-OUT args, if any

Line 179: okl_setup_streamtypes_pub.create_stream_type(p_api_version,

175: ddp_styv_rec.contingency_id := rosetta_g_miss_num_map(p5_a44);
176:
177:
178: -- here's the delegated call to the old PL/SQL routine
179: okl_setup_streamtypes_pub.create_stream_type(p_api_version,
180: p_init_msg_list,
181: x_return_status,
182: x_msg_count,
183: x_msg_data,

Line 339: ddp_styv_rec okl_setup_streamtypes_pub.styv_rec_type;

335: , p5_a44 NUMBER := 0-1962.0724
336: )
337:
338: as
339: ddp_styv_rec okl_setup_streamtypes_pub.styv_rec_type;
340: ddx_styv_rec okl_setup_streamtypes_pub.styv_rec_type;
341: ddindx binary_integer; indx binary_integer;
342: begin
343:

Line 340: ddx_styv_rec okl_setup_streamtypes_pub.styv_rec_type;

336: )
337:
338: as
339: ddp_styv_rec okl_setup_streamtypes_pub.styv_rec_type;
340: ddx_styv_rec okl_setup_streamtypes_pub.styv_rec_type;
341: ddindx binary_integer; indx binary_integer;
342: begin
343:
344: -- copy data to the local IN or IN-OUT args, if any

Line 398: okl_setup_streamtypes_pub.update_stream_type(p_api_version,

394: ddp_styv_rec.contingency_id := rosetta_g_miss_num_map(p5_a44);
395:
396:
397: -- here's the delegated call to the old PL/SQL routine
398: okl_setup_streamtypes_pub.update_stream_type(p_api_version,
399: p_init_msg_list,
400: x_return_status,
401: x_msg_count,
402: x_msg_data,

Line 558: ddp_styv_tbl okl_setup_streamtypes_pub.styv_tbl_type;

554: , p6_a44 out nocopy JTF_NUMBER_TABLE
555: )
556:
557: as
558: ddp_styv_tbl okl_setup_streamtypes_pub.styv_tbl_type;
559: ddx_styv_tbl okl_setup_streamtypes_pub.styv_tbl_type;
560: ddindx binary_integer; indx binary_integer;
561: begin
562:

Line 559: ddx_styv_tbl okl_setup_streamtypes_pub.styv_tbl_type;

555: )
556:
557: as
558: ddp_styv_tbl okl_setup_streamtypes_pub.styv_tbl_type;
559: ddx_styv_tbl okl_setup_streamtypes_pub.styv_tbl_type;
560: ddindx binary_integer; indx binary_integer;
561: begin
562:
563: -- copy data to the local IN or IN-OUT args, if any

Line 618: okl_setup_streamtypes_pub.create_stream_type(p_api_version,

614: );
615:
616:
617: -- here's the delegated call to the old PL/SQL routine
618: okl_setup_streamtypes_pub.create_stream_type(p_api_version,
619: p_init_msg_list,
620: x_return_status,
621: x_msg_count,
622: x_msg_data,

Line 779: ddp_styv_tbl okl_setup_streamtypes_pub.styv_tbl_type;

775: , p6_a44 out nocopy JTF_NUMBER_TABLE
776: )
777:
778: as
779: ddp_styv_tbl okl_setup_streamtypes_pub.styv_tbl_type;
780: ddx_styv_tbl okl_setup_streamtypes_pub.styv_tbl_type;
781: ddindx binary_integer; indx binary_integer;
782: begin
783:

Line 780: ddx_styv_tbl okl_setup_streamtypes_pub.styv_tbl_type;

776: )
777:
778: as
779: ddp_styv_tbl okl_setup_streamtypes_pub.styv_tbl_type;
780: ddx_styv_tbl okl_setup_streamtypes_pub.styv_tbl_type;
781: ddindx binary_integer; indx binary_integer;
782: begin
783:
784: -- copy data to the local IN or IN-OUT args, if any

Line 839: okl_setup_streamtypes_pub.update_stream_type(p_api_version,

835: );
836:
837:
838: -- here's the delegated call to the old PL/SQL routine
839: okl_setup_streamtypes_pub.update_stream_type(p_api_version,
840: p_init_msg_list,
841: x_return_status,
842: x_msg_count,
843: x_msg_data,

Line 902: end okl_setup_streamtypes_pub_w;

898: , p6_a44
899: );
900: end;
901:
902: end okl_setup_streamtypes_pub_w;