DBA Data[Home] [Help]

APPS.PV_CMDASHBOARD_UTIL_W dependencies on PV_CMDASHBOARD_UTIL_W

Line 1: package body pv_cmdashboard_util_w as

1: package body pv_cmdashboard_util_w as
2: /* $Header: pvxwcdub.pls 120.0 2005/07/05 23:49:54 appldev noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy pv_cmdashboard_util.kpi_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_VARCHAR2_TABLE_400

Line 89: pv_cmdashboard_util_w.rosetta_table_copy_in_p1(ddp_kpi_set, p1_a0

85: begin
86:
87: -- copy data to the local IN or IN-OUT args, if any
88:
89: pv_cmdashboard_util_w.rosetta_table_copy_in_p1(ddp_kpi_set, p1_a0
90: , p1_a1
91: , p1_a2
92: , p1_a3
93: , p1_a4

Line 102: pv_cmdashboard_util_w.rosetta_table_copy_out_p1(ddp_kpi_set, p1_a0

98: ddp_kpi_set);
99:
100: -- copy data back from the local variables to OUT or IN-OUT args, if any
101:
102: pv_cmdashboard_util_w.rosetta_table_copy_out_p1(ddp_kpi_set, p1_a0
103: , p1_a1
104: , p1_a2
105: , p1_a3
106: , p1_a4

Line 110: end pv_cmdashboard_util_w;

106: , p1_a4
107: );
108: end;
109:
110: end pv_cmdashboard_util_w;