DBA Data[Home] [Help]

APPS.HZ_ACCOUNT_MERGE_PUB dependencies on HZ_ORIG_SYSTEM_REF_PUB

Line 140: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(

136: RAISE fnd_api.g_exc_error;
137:
138: ELSIF(l_count = 1) THEN
139: -- Get owner_table_id
140: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(
141: p_orig_system => p_account_os,
142: p_orig_system_reference => p_account_osr,
143: p_owner_table_name => 'HZ_CUST_ACCOUNTS',
144: x_owner_table_id => l_owner_table_id,

Line 356: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(

352: RAISE fnd_api.g_exc_error;
353:
354: ELSIF(l_count = 1) THEN
355: -- Get owner_table_id
356: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(
357: p_orig_system => p_site_os,
358: p_orig_system_reference => p_site_osr,
359: p_owner_table_name => 'HZ_CUST_ACCT_SITES_ALL',
360: x_owner_table_id => l_owner_table_id,

Line 604: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(

600: RAISE fnd_api.g_exc_error;
601:
602: ELSIF(l_count = 1) THEN
603: -- Get owner_table_id
604: HZ_ORIG_SYSTEM_REF_PUB.get_owner_table_id(
605: p_orig_system => p_site_use_os,
606: p_orig_system_reference => p_site_use_osr,
607: p_owner_table_name => 'HZ_CUST_SITE_USES_ALL',
608: x_owner_table_id => l_owner_table_id,