DBA Data[Home] [Help]

APPS.HZ_REGISTRY_VALIDATE_BO_PVT dependencies on HZ_MOSR_VALIDATE_PKG

Line 204: l_count := HZ_MOSR_VALIDATE_PKG.get_orig_system_ref_count(

200: -- if px_parent_os/px_parent_osr is not null, get owner_table_id and
201: -- set local parent_ss_flag to 'Y'
202: IF(l_parent_ss_flag = 'Y') THEN
203: -- Get how many rows return
204: l_count := HZ_MOSR_VALIDATE_PKG.get_orig_system_ref_count(
205: p_orig_system => px_parent_os,
206: p_orig_system_reference => px_parent_osr,
207: p_owner_table_name => l_owner_table_name);
208:

Line 488: l_count := HZ_MOSR_VALIDATE_PKG.get_orig_system_ref_count(

484: l_obj_type := p_obj_type;
485: END IF;
486:
487: -- Get how many rows return
488: l_count := HZ_MOSR_VALIDATE_PKG.get_orig_system_ref_count(
489: p_orig_system => px_os,
490: p_orig_system_reference => px_osr,
491: p_owner_table_name => l_obj_type);
492:

Line 2125: l_count := HZ_MOSR_VALIDATE_PKG.get_orig_system_ref_count(

2121: END IF;
2122:
2123: IF(l_ss_flag = 'Y') THEN
2124: -- Get how many rows return
2125: l_count := HZ_MOSR_VALIDATE_PKG.get_orig_system_ref_count(
2126: p_orig_system => p_entity_os,
2127: p_orig_system_reference => p_entity_osr,
2128: p_owner_table_name => p_entity_type);
2129:

Line 4295: l_count := HZ_MOSR_VALIDATE_PKG.get_orig_system_ref_count(

4291: l_count NUMBER;
4292: l_owner_table_id NUMBER;
4293: l_return_status VARCHAR2(30);
4294: BEGIN
4295: l_count := HZ_MOSR_VALIDATE_PKG.get_orig_system_ref_count(
4296: p_orig_system => p_os,
4297: p_orig_system_reference => p_osr,
4298: p_owner_table_name => p_owner_table_name);
4299: