DBA Data[Home] [Help]

APPS.CN_COLLECTION_CUSTOM_GEN dependencies on CN_TABLE_MAPS

Line 12: x_table_map_id cn_table_maps.table_map_id%TYPE,

8: -- History
9: --
10: --
11: PROCEDURE insert_cn_not_trx(
12: x_table_map_id cn_table_maps.table_map_id%TYPE,
13: x_event_id cn_events.event_id%TYPE,
14: code IN OUT NOCOPY cn_utils.code_type,
15: x_org_id IN NUMBER);
16: --

Line 29: x_table_map_id IN cn_table_maps_v.table_map_id%TYPE,

25: -- 03-17-00 Dave Maskell Created for Release 11i2.
26: --
27: --
28: PROCEDURE insert_comm_lines_api_select(
29: x_table_map_id IN cn_table_maps_v.table_map_id%TYPE,
30: code IN OUT NOCOPY cn_utils.code_type,
31: x_org_id IN NUMBER,
32: x_parallel_hint IN VARCHAR2);
33: --

Line 42: x_table_map_id cn_table_maps.table_map_id%TYPE,

38: -- History
39: --
40: --
41: PROCEDURE insert_comm_lines_api(
42: x_table_map_id cn_table_maps.table_map_id%TYPE,
43: x_event_id cn_events.event_id%TYPE,
44: code IN OUT NOCOPY cn_utils.code_type,
45: x_org_id IN NUMBER);
46: ----------------------------------------------------------+

Line 57: x_table_map_id cn_table_maps.table_map_id%TYPE,

53: -- History
54: -- 16-Mar-00 Dave Maskell Created
55: --
56: PROCEDURE update_comm_lines_api(
57: x_table_map_id cn_table_maps.table_map_id%TYPE,
58: code IN OUT NOCOPY cn_utils.code_type,
59: x_org_id IN NUMBER,
60: x_event_id IN NUMBER DEFAULT NULL,
61: x_generic IN BOOLEAN DEFAULT NULL);

Line 72: x_table_map_id cn_table_maps.table_map_id%TYPE,

68: -- History
69: -- 29-Mar-00 Dave Maskell Created
70: --
71: PROCEDURE filter_comm_lines_api(
72: x_table_map_id cn_table_maps.table_map_id%TYPE,
73: code IN OUT NOCOPY cn_utils.code_type,
74: x_org_id IN NUMBER);
75: --
76: -- Procedure Name