DBA Data[Home] [Help]

APPS.HZ_ACCOUNT_MERGE_PUB dependencies on HZ_MOSR_VALIDATE_PKG

Line 126: l_count := HZ_MOSR_VALIDATE_PKG.get_orig_system_ref_count(

122:
123: IF (l_ss_flag = 'Y') THEN
124:
125: -- Get how many rows return
126: l_count := HZ_MOSR_VALIDATE_PKG.get_orig_system_ref_count(
127: p_orig_system => p_account_os,
128: p_orig_system_reference => p_account_osr,
129: p_owner_table_name => 'HZ_CUST_ACCOUNTS');
130:

Line 342: l_count := HZ_MOSR_VALIDATE_PKG.get_orig_system_ref_count(

338:
339: IF (l_ss_flag = 'Y')THEN
340:
341: -- Get how many rows return
342: l_count := HZ_MOSR_VALIDATE_PKG.get_orig_system_ref_count(
343: p_orig_system => p_site_os,
344: p_orig_system_reference => p_site_osr,
345: p_owner_table_name => 'HZ_CUST_ACCT_SITES_ALL');
346:

Line 590: l_count := HZ_MOSR_VALIDATE_PKG.get_orig_system_ref_count(

586:
587: IF (l_ss_flag = 'Y')THEN
588:
589: -- Get how many rows return
590: l_count := HZ_MOSR_VALIDATE_PKG.get_orig_system_ref_count(
591: p_orig_system => p_site_use_os,
592: p_orig_system_reference => p_site_use_osr,
593: p_owner_table_name => 'HZ_CUST_SITE_USES_ALL');
594: