DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_MERGE_V2PVT dependencies on HZ_MIXNM_UTILITY

Line 1138: HZ_MIXNM_UTILITY.LoadDataSources(

1134: /* SSM SST Integration and Extension
1135: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
1136:
1137: IF g_rel_mixnmatch_enabled IS NULL THEN
1138: HZ_MIXNM_UTILITY.LoadDataSources(
1139: p_entity_name => 'HZ_RELATIONSHIPS',
1140: p_entity_attr_id => g_rel_entity_attr_id,
1141: p_mixnmatch_enabled => g_rel_mixnmatch_enabled,
1142: p_selected_datasources => g_rel_selected_datasources );

Line 1145: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (

1141: p_mixnmatch_enabled => g_rel_mixnmatch_enabled,
1142: p_selected_datasources => g_rel_selected_datasources );
1143: END IF;
1144: */
1145: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (
1146: p_entity_name => 'HZ_RELATIONSHIPS',
1147: p_entity_attr_id => g_rel_entity_attr_id,
1148: p_mixnmatch_enabled => g_rel_mixnmatch_enabled,
1149: p_selected_datasources => g_rel_selected_datasources,

Line 1808: HZ_MIXNM_UTILITY.isDataSourceSelected (

1804: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
1805: * There is no need to check if the data-source is selected.
1806:
1807: g_pst_is_datasource_selected :=
1808: HZ_MIXNM_UTILITY.isDataSourceSelected (
1809: p_selected_datasources => g_pst_selected_datasources,
1810: p_actual_content_source => l_loc_actual_content_source );
1811: */
1812: -- if this is the first active, visible party site,

Line 1827: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (

1823: SELECT 'Y' INTO l_dummy
1824: FROM HZ_PARTY_SITES
1825: WHERE PARTY_ID = p_party_site_rec.party_id
1826: AND STATUS = 'A'
1827: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (
1828: g_pst_selected_datasources, actual_content_source ) = 'Y'*/
1829: AND ROWNUM = 1;
1830:
1831: -- no exception raise, means 'a primary party site exist'

Line 2104: HZ_MIXNM_UTILITY.LoadDataSources(

2100: -- Bug 2197181: added for mix-n-match project. first load data
2101: -- sources for this entity.
2102: /*
2103: IF g_pst_mixnmatch_enabled IS NULL THEN
2104: HZ_MIXNM_UTILITY.LoadDataSources(
2105: p_entity_name => 'HZ_LOCATIONS',
2106: p_entity_attr_id => g_pst_entity_attr_id,
2107: p_mixnmatch_enabled => g_pst_mixnmatch_enabled,
2108: p_selected_datasources => g_pst_selected_datasources );

Line 3363: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (

3359: FROM hz_contact_points
3360: WHERE owner_table_name = p_owner_table_name
3361: AND owner_table_id = p_owner_table_id
3362: AND contact_point_type = p_contact_point_type
3363: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (
3364: g_cpt_selected_datasources, actual_content_source ) = 'Y'*/
3365: AND status = 'A'
3366: AND rownum = 1;
3367:

Line 3708: HZ_MIXNM_UTILITY.LoadDataSources(

3704: /* SSM SST Integration and Extension
3705: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
3706:
3707: IF g_cpt_mixnmatch_enabled IS NULL THEN
3708: HZ_MIXNM_UTILITY.LoadDataSources(
3709: p_entity_name => 'HZ_CONTACT_POINTS',
3710: p_entity_attr_id => g_cpt_entity_attr_id,
3711: p_mixnmatch_enabled => g_cpt_mixnmatch_enabled,
3712: p_selected_datasources => g_cpt_selected_datasources );

Line 3716: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (

3712: p_selected_datasources => g_cpt_selected_datasources );
3713: END IF;
3714: */
3715:
3716: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (
3717: p_entity_name => 'HZ_CONTACT_POINTS',
3718: p_entity_attr_id => g_cpt_entity_attr_id,
3719: p_mixnmatch_enabled => g_cpt_mixnmatch_enabled,
3720: p_selected_datasources => g_cpt_selected_datasources,