DBA Data[Home] [Help]

APPS.HZ_REGISTRY_VALIDATE_BO_PVT dependencies on HZ_ORIG_SYSTEM_REF_PUB

Line 211: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(

207: p_owner_table_name => l_owner_table_name);
208:
209: IF(l_count > 0) THEN
210: -- Get owner_table_id
211: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(
212: p_orig_system => px_parent_os,
213: p_orig_system_reference => px_parent_osr,
214: p_owner_table_name => l_owner_table_name,
215: x_owner_table_id => l_owner_table_id,

Line 495: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(

491: p_owner_table_name => l_obj_type);
492:
493: IF(l_count = 1) THEN
494: -- Get owner_table_id
495: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(
496: p_orig_system => px_os,
497: p_orig_system_reference => px_osr,
498: p_owner_table_name => l_obj_type,
499: x_owner_table_id => l_owner_table_id,

Line 2131: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(

2127: p_orig_system_reference => p_entity_osr,
2128: p_owner_table_name => p_entity_type);
2129:
2130: IF(l_count > 0) THEN
2131: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(
2132: p_orig_system => p_entity_os,
2133: p_orig_system_reference => p_entity_osr,
2134: p_owner_table_name => p_entity_type,
2135: x_owner_table_id => l_owner_table_id,

Line 4302: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(

4298: p_owner_table_name => p_owner_table_name);
4299:
4300: IF(l_count = 1) THEN
4301: -- Get owner_table_id
4302: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(
4303: p_orig_system => p_os,
4304: p_orig_system_reference => p_osr,
4305: p_owner_table_name => p_owner_table_name,
4306: x_owner_table_id => l_owner_table_id,