DBA Data[Home] [Help]

APPS.OKL_VP_STS_PUB_W dependencies on OKL_VP_STS_PUB

Line 1: package body okl_vp_sts_pub_w as

1: package body okl_vp_sts_pub_w as
2: /* $Header: OKLUSSCB.pls 120.2 2005/08/04 03:07:35 manumanu noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy okl_vp_sts_pub.vp_sts_tbl_type, a0 JTF_VARCHAR2_TABLE_100
4: , a1 JTF_VARCHAR2_TABLE_100
5: ) as

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy okl_vp_sts_pub.vp_sts_tbl_type, a0 JTF_VARCHAR2_TABLE_100

1: package body okl_vp_sts_pub_w as
2: /* $Header: OKLUSSCB.pls 120.2 2005/08/04 03:07:35 manumanu noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy okl_vp_sts_pub.vp_sts_tbl_type, a0 JTF_VARCHAR2_TABLE_100
4: , a1 JTF_VARCHAR2_TABLE_100
5: ) as
6: ddindx binary_integer; indx binary_integer;
7: begin

Line 24: procedure rosetta_table_copy_out_p1(t okl_vp_sts_pub.vp_sts_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

20: end loop;
21: end if;
22: end if;
23: end rosetta_table_copy_in_p1;
24: procedure rosetta_table_copy_out_p1(t okl_vp_sts_pub.vp_sts_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
25: , a1 out nocopy JTF_VARCHAR2_TABLE_100
26: ) as
27: ddindx binary_integer; indx binary_integer;
28: begin

Line 67: ddx_sts_tbl okl_vp_sts_pub.sts_tbl_type;

63: , p9_a1 out nocopy JTF_VARCHAR2_TABLE_100
64: )
65:
66: as
67: ddx_sts_tbl okl_vp_sts_pub.sts_tbl_type;
68: ddindx binary_integer; indx binary_integer;
69: begin
70:
71: -- copy data to the local IN or IN-OUT args, if any

Line 83: okl_vp_sts_pub.get_listof_new_statuses(p_api_version,

79:
80:
81:
82: -- here's the delegated call to the old PL/SQL routine
83: okl_vp_sts_pub.get_listof_new_statuses(p_api_version,
84: p_init_msg_list,
85: x_return_status,
86: x_msg_count,
87: x_msg_data,

Line 109: end okl_vp_sts_pub_w;

105: , p9_a1
106: );
107: end;
108:
109: end okl_vp_sts_pub_w;