DBA Data[Home] [Help]

APPS.HZ_HIERARCHY_PUB dependencies on HZ_HIERARCHY_NODES_PKG

Line 269: hz_utility_v2pub.debug(p_message=>'HZ_HIERARCHY_NODES_PKG.insert_row (+) l_tp = '||l_tp||' l_lc = '||l_lc ,

265: end if;
266:
267: -- Debug info.
268: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
269: hz_utility_v2pub.debug(p_message=>'HZ_HIERARCHY_NODES_PKG.insert_row (+) l_tp = '||l_tp||' l_lc = '||l_lc ,
270: p_prefix=>l_debug_prefix,
271: p_msg_level=>fnd_log.level_procedure);
272: END IF;
273:

Line 274: HZ_HIERARCHY_NODES_PKG.Insert_Row(

270: p_prefix=>l_debug_prefix,
271: p_msg_level=>fnd_log.level_procedure);
272: END IF;
273:
274: HZ_HIERARCHY_NODES_PKG.Insert_Row(
275: X_ROWID => l_rowid,
276: X_HIERARCHY_TYPE => p_hierarchy_type,
277: X_PARENT_ID => p_node_id,
278: X_PARENT_TABLE_NAME => p_table_name,

Line 458: hz_utility_v2pub.debug(p_message=> 'HZ_HIERARCHY_NODES_PKG.insert_row (+) l_tp = '||l_tp||' l_lc = '||l_lc,

454: l_line_number := 19;
455:
456: -- Debug info.
457: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
458: hz_utility_v2pub.debug(p_message=> 'HZ_HIERARCHY_NODES_PKG.insert_row (+) l_tp = '||l_tp||' l_lc = '||l_lc,
459: p_prefix=>l_debug_prefix,
460: p_msg_level=>fnd_log.level_procedure);
461: END IF;
462:

Line 464: HZ_HIERARCHY_NODES_PKG.Insert_Row(

460: p_msg_level=>fnd_log.level_procedure);
461: END IF;
462:
463:
464: HZ_HIERARCHY_NODES_PKG.Insert_Row(
465: X_ROWID => l_rowid,
466: X_HIERARCHY_TYPE => p_hierarchy_type,
467: X_PARENT_ID => p_node_id,
468: X_PARENT_TABLE_NAME => p_table_name,

Line 744: HZ_HIERARCHY_NODES_PKG.Insert_Row(

740: -- Insert the direct link between AAA->BBB.
741: -- Since no duplicate record will be sent to this API, there is no need to check for the
742: -- existance of a record with same parent/child, even if there is one, it will have a
743: -- different period of time.
744: HZ_HIERARCHY_NODES_PKG.Insert_Row(
745: X_ROWID => l_direct_link_rowid,
746: X_HIERARCHY_TYPE => p_hierarchy_node_rec.hierarchy_type,
747: X_PARENT_ID => p_hierarchy_node_rec.parent_id,
748: X_PARENT_TABLE_NAME => p_hierarchy_node_rec.parent_table_name,

Line 916: HZ_HIERARCHY_NODES_PKG.Insert_Row(

912: -- l_top_parent_flag := r_get_all_parents.top_parent_flag;
913:
914: IF l_level_number > 1 THEN
915: -- now insert the XXX->YYY link
916: HZ_HIERARCHY_NODES_PKG.Insert_Row(
917: X_ROWID => l_rowid,
918: X_HIERARCHY_TYPE => p_hierarchy_node_rec.hierarchy_type,
919: X_PARENT_ID => r_get_all_parents.parent_id,
920: X_PARENT_TABLE_NAME => r_get_all_parents.parent_table_name,