DBA Data[Home] [Help]

APPS.HZ_CONTACT_POINT_V2PUB dependencies on HZ_MIXNM_UTILITY

Line 340: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (

336: FROM hz_contact_points
337: WHERE owner_table_name = p_owner_table_name
338: AND owner_table_id = p_owner_table_id
339: AND contact_point_type = p_contact_point_type
340: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (
341: g_cpt_selected_datasources, actual_content_source ) = 'Y'*/
342: AND status = 'A'
343: AND rownum = 1;
344:

Line 1043: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (

1039: WHERE owner_table_name = p_owner_table_name
1040: AND owner_table_id = p_owner_table_id
1041: AND contact_point_type = p_contact_point_type
1042: AND contact_point_id <> p_contact_point_rec.contact_point_id
1043: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (
1044: g_cpt_selected_datasources, actual_content_source ) = 'Y'*/
1045: AND status = 'A'
1046: AND rownum = 1;
1047:

Line 1066: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (

1062: FROM hz_contact_points
1063: WHERE owner_table_name = p_owner_table_name
1064: AND owner_table_id = p_owner_table_id
1065: AND contact_point_type = p_contact_point_type
1066: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (
1067: g_cpt_selected_datasources, actual_content_source ) = 'Y'*/
1068: AND status = 'A'
1069: AND contact_point_id <> p_contact_point_id);
1070:

Line 2659: HZ_MIXNM_UTILITY.LoadDataSources(

2655: -- IF g_cpt_mixnmatch_enabled IS NULL THEN
2656: /*
2657: * SSM SST Integration and Extension
2658: * For non-profile entities, the concept of select/de-select data sources is obsoleted.
2659: HZ_MIXNM_UTILITY.LoadDataSources(
2660: p_entity_name => 'HZ_CONTACT_POINTS',
2661: p_entity_attr_id => g_cpt_entity_attr_id,
2662: p_mixnmatch_enabled => g_cpt_mixnmatch_enabled,
2663: p_selected_datasources => g_cpt_selected_datasources );

Line 2666: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (

2662: p_mixnmatch_enabled => g_cpt_mixnmatch_enabled,
2663: p_selected_datasources => g_cpt_selected_datasources );
2664: -- END IF;
2665: */
2666: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (
2667: p_entity_name => 'HZ_CONTACT_POINTS',
2668: p_entity_attr_id => g_cpt_entity_attr_id,
2669: p_mixnmatch_enabled => g_cpt_mixnmatch_enabled,
2670: p_selected_datasources => g_cpt_selected_datasources,

Line 2973: HZ_MIXNM_UTILITY.LoadDataSources(

2969: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
2970: * There is no need to check if the data-source is selected.
2971:
2972: -- IF g_cpt_mixnmatch_enabled IS NULL THEN
2973: HZ_MIXNM_UTILITY.LoadDataSources(
2974: p_entity_name => 'HZ_CONTACT_POINTS',
2975: p_entity_attr_id => g_cpt_entity_attr_id,
2976: p_mixnmatch_enabled => g_cpt_mixnmatch_enabled,
2977: p_selected_datasources => g_cpt_selected_datasources );

Line 2988: HZ_MIXNM_UTILITY.isDataSourceSelected (

2984: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
2985: * There is no need to check if the data-source is selected.
2986:
2987: g_cpt_is_datasource_selected :=
2988: HZ_MIXNM_UTILITY.isDataSourceSelected (
2989: p_selected_datasources => g_cpt_selected_datasources,
2990: p_actual_content_source => l_old_contact_point_rec.actual_content_source );
2991: */
2992: if (l_phone_rec.phone_country_code IS NOT NULL