DBA Data[Home] [Help]

APPS.CN_COLLECTION_CUSTOM_GEN dependencies on CN_UTILS

Line 14: code IN OUT NOCOPY cn_utils.code_type,

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: --
17: -- Procedure Name
18: -- insert_comm_lines_api_select

Line 30: code IN OUT NOCOPY cn_utils.code_type,

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: --
34: -- Procedure Name

Line 44: code IN OUT NOCOPY cn_utils.code_type,

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: ----------------------------------------------------------+
47: -- Procedure Name
48: -- update_comm_lines_api

Line 58: code IN OUT NOCOPY cn_utils.code_type,

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);
62: ----------------------------------------------------------+

Line 73: code IN OUT NOCOPY cn_utils.code_type,

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
77: -- Generate_user_code

Line 86: code IN OUT NOCOPY cn_utils.code_type,

82: --
83: PROCEDURE Generate_User_Code(
84: p_table_map_id IN NUMBER,
85: p_location_name IN VARCHAR2,
86: code IN OUT NOCOPY cn_utils.code_type,
87: x_org_id IN NUMBER);
88: END cn_collection_custom_gen;