DBA Data[Home] [Help]

APPS.EAM_GENEALOGY_IMPORT_PUB dependencies on INV_GENEALOGY_PUB

Line 147: INV_GENEALOGY_PUB.insert_genealogy(

143: end if;
144:
145: if l_dummy = 1 then
146:
147: INV_GENEALOGY_PUB.insert_genealogy(
148: p_api_version => l_api_version
149: , p_commit => fnd_api.g_true
150: , p_object_type => genealogy_rec.object_type
151: , p_parent_object_type => genealogy_rec.parent_object_type

Line 209: INV_GENEALOGY_PUB.update_genealogy(

205: RAISE FND_API.G_EXC_ERROR;
206: end if;
207: end if;
208:
209: INV_GENEALOGY_PUB.update_genealogy(
210: p_api_version => l_api_version
211: , p_commit => fnd_api.g_true
212: , p_object_type => genealogy_rec.object_type
213: , p_object_id => genealogy_rec.object_id