DBA Data[Home] [Help]

APPS.CN_TABLE_MAPS_PVT_W dependencies on CN_TABLE_MAPS_PVT

Line 1: package body cn_table_maps_pvt_w as

1: package body cn_table_maps_pvt_w as
2: /* $Header: cnwtmapb.pls 120.2 2005/09/14 03:44 vensrini noship $ */
3: procedure create_map(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , p_commit VARCHAR2

Line 32: ddp_table_map_rec cn_table_maps_pvt.table_map_rec_type;

28: , x_event_id_out out nocopy NUMBER
29: )
30:
31: as
32: ddp_table_map_rec cn_table_maps_pvt.table_map_rec_type;
33: ddindx binary_integer; indx binary_integer;
34: begin
35:
36: -- copy data to the local IN or IN-OUT args, if any

Line 65: cn_table_maps_pvt.create_map(p_api_version,

61: ddp_table_map_rec.collect_where := p8_a16;
62:
63:
64: -- here's the delegated call to the old PL/SQL routine
65: cn_table_maps_pvt.create_map(p_api_version,
66: p_init_msg_list,
67: p_commit,
68: p_validation_level,
69: x_return_status,

Line 105: end cn_table_maps_pvt_w;

101: p8_a16 := ddp_table_map_rec.collect_where;
102:
103: end;
104:
105: end cn_table_maps_pvt_w;