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 1812: HZ_MIXNM_UTILITY.isDataSourceSelected (

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

Line 1831: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (

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

Line 2108: HZ_MIXNM_UTILITY.LoadDataSources(

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

Line 3378: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (

3374: FROM hz_contact_points
3375: WHERE owner_table_name = p_owner_table_name
3376: AND owner_table_id = p_owner_table_id
3377: AND contact_point_type = p_contact_point_type
3378: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (
3379: g_cpt_selected_datasources, actual_content_source ) = 'Y'*/
3380: AND status = 'A'
3381: AND rownum = 1;
3382:

Line 3744: HZ_MIXNM_UTILITY.LoadDataSources(

3740: /* SSM SST Integration and Extension
3741: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
3742:
3743: IF g_cpt_mixnmatch_enabled IS NULL THEN
3744: HZ_MIXNM_UTILITY.LoadDataSources(
3745: p_entity_name => 'HZ_CONTACT_POINTS',
3746: p_entity_attr_id => g_cpt_entity_attr_id,
3747: p_mixnmatch_enabled => g_cpt_mixnmatch_enabled,
3748: p_selected_datasources => g_cpt_selected_datasources );

Line 3752: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (

3748: p_selected_datasources => g_cpt_selected_datasources );
3749: END IF;
3750: */
3751:
3752: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (
3753: p_entity_name => 'HZ_CONTACT_POINTS',
3754: p_entity_attr_id => g_cpt_entity_attr_id,
3755: p_mixnmatch_enabled => g_cpt_mixnmatch_enabled,
3756: p_selected_datasources => g_cpt_selected_datasources,