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 2136: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(

2132: p_orig_system_reference => p_entity_osr,
2133: p_owner_table_name => p_entity_type);
2134:
2135: IF(l_count > 0) THEN
2136: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(
2137: p_orig_system => p_entity_os,
2138: p_orig_system_reference => p_entity_osr,
2139: p_owner_table_name => p_entity_type,
2140: x_owner_table_id => l_owner_table_id,

Line 4307: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(

4303: p_owner_table_name => p_owner_table_name);
4304:
4305: IF(l_count = 1) THEN
4306: -- Get owner_table_id
4307: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(
4308: p_orig_system => p_os,
4309: p_orig_system_reference => p_osr,
4310: p_owner_table_name => p_owner_table_name,
4311: x_owner_table_id => l_owner_table_id,