DBA Data[Home] [Help]

APPS.BEN_DM_UTILITY dependencies on HR_UTILITY

Line 448: hr_utility.set_location(l_header || ':-:' || l_message, p_position);

444: l_header := p_type || ':' || TO_CHAR(sysdate,'HH24MISS');
445:
446: -- send to pipe?
447: IF (INSTRB(g_debug_message_pipe, p_type) <> 0) THEN
448: hr_utility.set_location(l_header || ':-:' || l_message, p_position);
449: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, l_header || ':-:' || l_message);
450: END IF;
451:
452: -- send to log file?

Line 1432: hr_utility.trace('''' || l_hierarchy_type || ''' - ' || p_table_name ||

1428: and nvl(hir.parent_id_column_name,'X') = nvl(l_parent_id_column_name,
1429: 'X')
1430: );
1431: if sql%rowcount = 0 then
1432: hr_utility.trace('''' || l_hierarchy_type || ''' - ' || p_table_name ||
1433: ' - ' || l_column_name || ' - ' || p_column_name ||
1434: ' (' || p_parent_table_name || ' - ' || p_parent_column_name ||
1435: ') ( Data not seeded as it already exists)');
1436: end if;

Line 1440: hr_utility.trace(sqlerrm(sqlcode) || '''' || l_hierarchy_type

1436: end if;
1437: exception
1438:
1439: when others then
1440: hr_utility.trace(sqlerrm(sqlcode) || '''' || l_hierarchy_type
1441: || ''' - ' || p_table_name );
1442: END ins_hir;
1443:
1444: