DBA Data[Home] [Help]

APPS.BEN_DM_DATA_UTIL dependencies on HR_API

Line 104: if p_source_id = hr_api.g_number then

100:
101: l_proc := g_package || 'get_mapping_target' ;
102: hr_utility.set_location('Entering:'||l_proc, 5);
103:
104: if p_source_id = hr_api.g_number then
105: return p_source_id ;
106: end if ;
107:
108: l_key := p_table_name||','||p_source_column||','||p_source_id||','||p_business_group_name;