DBA Data[Home] [Help]

APPS.HZ_ORIG_SYSTEM_REF_PVT dependencies on HZ_ORIG_SYS_ENTITY_MAP_PKG

Line 264: HZ_ORIG_SYS_ENTITY_MAP_PKG.Insert_Row (

260: RAISE FND_API.G_EXC_ERROR;
261: END IF;
262: end if;
263:
264: HZ_ORIG_SYS_ENTITY_MAP_PKG.Insert_Row (
265: x_orig_system => p_orig_sys_entity_map_rec.orig_system,
266: x_owner_table_name => p_orig_sys_entity_map_rec.owner_table_name,
267: x_status => p_orig_sys_entity_map_rec.status,
268: x_multiple_flag => p_orig_sys_entity_map_rec.multiple_flag,

Line 352: HZ_ORIG_SYS_ENTITY_MAP_PKG.Update_Row (

348: end if;
349: -- call table handler
350:
351:
352: HZ_ORIG_SYS_ENTITY_MAP_PKG.Update_Row (
353: x_orig_system => p_orig_sys_entity_map_rec.orig_system,
354: x_owner_table_name => p_orig_sys_entity_map_rec.owner_table_name,
355: x_status => p_orig_sys_entity_map_rec.status,
356: x_multiple_flag => p_orig_sys_entity_map_rec.multiple_flag,