DBA Data[Home] [Help]

APPS.HR_H2PI_UPLOAD dependencies on HR_H2PI_MAP

Line 66: l_from_business_group_id := hr_h2pi_map.get_from_id

62: l_proc VARCHAR2(72) := g_package||'get_from_business_group_id';
63:
64: BEGIN
65: hr_utility.set_location('Entering:'|| l_proc, 10);
66: l_from_business_group_id := hr_h2pi_map.get_from_id
67: (p_table_name => 'HR_ALL_ORGANIZATION_UNITS',
68: p_to_id => hr_h2pi_upload.g_to_business_group_id);
69: IF l_from_business_group_id = -1 THEN
70: hr_utility.set_location(l_proc, 20);

Line 92: l_from_client_id := hr_h2pi_map.get_from_id

88:
89: BEGIN
90: hr_utility.set_location('Entering:'|| l_proc, 10);
91: -- special case of getting from client id
92: l_from_client_id := hr_h2pi_map.get_from_id
93: (p_table_name => 'CLIENT_ID',
94: p_to_id => hr_h2pi_upload.g_to_business_group_id);
95: IF l_from_client_id = -1 THEN
96: hr_utility.set_location(l_proc, 20);