DBA Data[Home] [Help]

APPS.CN_HIERARCHY_EDGES_T6 dependencies on CN_DEBUG

Line 42: cn_debug.print_msg('after update: parent not null', 1);

38:
39:
40: IF ( :new.parent_value_id IS NOT NULL ) THEN
41:
42: cn_debug.print_msg('after update: parent not null', 1);
43:
44: child_exist := cn_dim_hierarchy_utilities.node_exist
45: (:new.dim_hierarchy_id,
46: :new.value_id);