DBA Data[Home] [Help]

APPS.HZ_CONTACT_POINT_V2PUB dependencies on HZ_MIXNM_UTILITY

Line 350: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (

346: FROM hz_contact_points
347: WHERE owner_table_name = p_owner_table_name
348: AND owner_table_id = p_owner_table_id
349: AND contact_point_type = p_contact_point_type
350: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (
351: g_cpt_selected_datasources, actual_content_source ) = 'Y'*/
352: AND status = 'A'
353: AND rownum = 1;
354:

Line 1056: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (

1052: WHERE owner_table_name = p_owner_table_name
1053: AND owner_table_id = p_owner_table_id
1054: AND contact_point_type = p_contact_point_type
1055: AND contact_point_id <> p_contact_point_rec.contact_point_id
1056: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (
1057: g_cpt_selected_datasources, actual_content_source ) = 'Y'*/
1058: AND status = 'A'
1059: AND rownum = 1;
1060:

Line 1079: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (

1075: FROM hz_contact_points
1076: WHERE owner_table_name = p_owner_table_name
1077: AND owner_table_id = p_owner_table_id
1078: AND contact_point_type = p_contact_point_type
1079: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (
1080: g_cpt_selected_datasources, actual_content_source ) = 'Y'*/
1081: AND status = 'A'
1082: AND contact_point_id <> p_contact_point_id);
1083:

Line 2812: HZ_MIXNM_UTILITY.LoadDataSources(

2808: -- IF g_cpt_mixnmatch_enabled IS NULL THEN
2809: /*
2810: * SSM SST Integration and Extension
2811: * For non-profile entities, the concept of select/de-select data sources is obsoleted.
2812: HZ_MIXNM_UTILITY.LoadDataSources(
2813: p_entity_name => 'HZ_CONTACT_POINTS',
2814: p_entity_attr_id => g_cpt_entity_attr_id,
2815: p_mixnmatch_enabled => g_cpt_mixnmatch_enabled,
2816: p_selected_datasources => g_cpt_selected_datasources );

Line 2819: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (

2815: p_mixnmatch_enabled => g_cpt_mixnmatch_enabled,
2816: p_selected_datasources => g_cpt_selected_datasources );
2817: -- END IF;
2818: */
2819: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (
2820: p_entity_name => 'HZ_CONTACT_POINTS',
2821: p_entity_attr_id => g_cpt_entity_attr_id,
2822: p_mixnmatch_enabled => g_cpt_mixnmatch_enabled,
2823: p_selected_datasources => g_cpt_selected_datasources,

Line 3129: HZ_MIXNM_UTILITY.LoadDataSources(

3125: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
3126: * There is no need to check if the data-source is selected.
3127:
3128: -- IF g_cpt_mixnmatch_enabled IS NULL THEN
3129: HZ_MIXNM_UTILITY.LoadDataSources(
3130: p_entity_name => 'HZ_CONTACT_POINTS',
3131: p_entity_attr_id => g_cpt_entity_attr_id,
3132: p_mixnmatch_enabled => g_cpt_mixnmatch_enabled,
3133: p_selected_datasources => g_cpt_selected_datasources );

Line 3144: HZ_MIXNM_UTILITY.isDataSourceSelected (

3140: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
3141: * There is no need to check if the data-source is selected.
3142:
3143: g_cpt_is_datasource_selected :=
3144: HZ_MIXNM_UTILITY.isDataSourceSelected (
3145: p_selected_datasources => g_cpt_selected_datasources,
3146: p_actual_content_source => l_old_contact_point_rec.actual_content_source );
3147: */
3148: if (l_phone_rec.phone_country_code IS NOT NULL