DBA Data[Home] [Help]

APPS.CN_SYS_TABLES_PVT_W dependencies on CN_SYS_TABLES_PVT

Line 1: package body cn_sys_tables_pvt_w as

1: package body cn_sys_tables_pvt_w as
2: /* $Header: cnwsytbb.pls 120.3 2005/09/14 03:44:02 vensrini noship $ */
3: procedure create_table(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , p_commit VARCHAR2

Line 27: ddp_table_rec cn_sys_tables_pvt.table_rec_type;

23: , x_msg_data out nocopy VARCHAR2
24: )
25:
26: as
27: ddp_table_rec cn_sys_tables_pvt.table_rec_type;
28: ddindx binary_integer; indx binary_integer;
29: begin
30:
31: -- copy data to the local IN or IN-OUT args, if any

Line 55: cn_sys_tables_pvt.create_table(p_api_version,

51:
52:
53:
54: -- here's the delegated call to the old PL/SQL routine
55: cn_sys_tables_pvt.create_table(p_api_version,
56: p_init_msg_list,
57: p_commit,
58: p_validation_level,
59: ddp_table_rec,

Line 112: ddp_table_rec cn_sys_tables_pvt.table_rec_type;

108: , x_msg_data out nocopy VARCHAR2
109: )
110:
111: as
112: ddp_table_rec cn_sys_tables_pvt.table_rec_type;
113: ddindx binary_integer; indx binary_integer;
114: begin
115:
116: -- copy data to the local IN or IN-OUT args, if any

Line 140: cn_sys_tables_pvt.update_table(p_api_version,

136:
137:
138:
139: -- here's the delegated call to the old PL/SQL routine
140: cn_sys_tables_pvt.update_table(p_api_version,
141: p_init_msg_list,
142: p_commit,
143: p_validation_level,
144: ddp_table_rec,

Line 197: ddp_table_rec cn_sys_tables_pvt.table_rec_type;

193: , x_msg_data out nocopy VARCHAR2
194: )
195:
196: as
197: ddp_table_rec cn_sys_tables_pvt.table_rec_type;
198: ddindx binary_integer; indx binary_integer;
199: begin
200:
201: -- copy data to the local IN or IN-OUT args, if any

Line 225: cn_sys_tables_pvt.delete_table(p_api_version,

221:
222:
223:
224: -- here's the delegated call to the old PL/SQL routine
225: cn_sys_tables_pvt.delete_table(p_api_version,
226: p_init_msg_list,
227: p_commit,
228: p_validation_level,
229: ddp_table_rec,

Line 268: ddp_column_rec cn_sys_tables_pvt.column_rec_type;

264: , x_msg_data out nocopy VARCHAR2
265: )
266:
267: as
268: ddp_column_rec cn_sys_tables_pvt.column_rec_type;
269: ddindx binary_integer; indx binary_integer;
270: begin
271:
272: -- copy data to the local IN or IN-OUT args, if any

Line 296: cn_sys_tables_pvt.update_column(p_api_version,

292:
293:
294:
295: -- here's the delegated call to the old PL/SQL routine
296: cn_sys_tables_pvt.update_column(p_api_version,
297: p_init_msg_list,
298: p_commit,
299: p_validation_level,
300: ddp_column_rec,

Line 342: ddp_column_rec cn_sys_tables_pvt.column_rec_type;

338: , x_msg_data out nocopy VARCHAR2
339: )
340:
341: as
342: ddp_column_rec cn_sys_tables_pvt.column_rec_type;
343: ddindx binary_integer; indx binary_integer;
344: begin
345:
346: -- copy data to the local IN or IN-OUT args, if any

Line 373: cn_sys_tables_pvt.insert_column(p_api_version,

369:
370:
371:
372: -- here's the delegated call to the old PL/SQL routine
373: cn_sys_tables_pvt.insert_column(p_api_version,
374: p_init_msg_list,
375: p_commit,
376: p_validation_level,
377: p_schema_name,

Line 398: end cn_sys_tables_pvt_w;

394:
395:
396: end;
397:
398: end cn_sys_tables_pvt_w;