DBA Data[Home] [Help]

APPS.HZ_LOCATION_V2PUB dependencies on HZ_MIXNM_UTILITY

Line 1094: HZ_MIXNM_UTILITY.LoadDataSources(

1090: /* SSM SST Integration and Extension
1091: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
1092:
1093: -- IF g_loc_mixnmatch_enabled IS NULL THEN
1094: HZ_MIXNM_UTILITY.LoadDataSources(
1095: p_entity_name => 'HZ_LOCATIONS',
1096: p_entity_attr_id => g_loc_entity_attr_id,
1097: p_mixnmatch_enabled => g_loc_mixnmatch_enabled,
1098: p_selected_datasources => g_loc_selected_datasources );

Line 1102: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (

1098: p_selected_datasources => g_loc_selected_datasources );
1099: -- END IF;
1100: */
1101:
1102: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (
1103: p_entity_name => 'HZ_LOCATIONS',
1104: p_entity_attr_id => g_loc_entity_attr_id,
1105: p_mixnmatch_enabled => g_loc_mixnmatch_enabled,
1106: p_selected_datasources => g_loc_selected_datasources,

Line 1571: HZ_MIXNM_UTILITY.LoadDataSources(

1567: /* SSM SST Integration and Extension
1568: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
1569: * There is no need to check if the data-source is selected.
1570:
1571: HZ_MIXNM_UTILITY.LoadDataSources(
1572: p_entity_name => 'HZ_LOCATIONS',
1573: p_entity_attr_id => g_loc_entity_attr_id,
1574: p_mixnmatch_enabled => g_loc_mixnmatch_enabled,
1575: p_selected_datasources => g_loc_selected_datasources );

Line 1587: HZ_MIXNM_UTILITY.isDataSourceSelected (

1583: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
1584: * There is no need to check if the data-source is selected.
1585:
1586: g_loc_is_datasource_selected :=
1587: HZ_MIXNM_UTILITY.isDataSourceSelected (
1588: p_selected_datasources => g_loc_selected_datasources,
1589: p_actual_content_source => l_old_location_rec.actual_content_source );
1590: */
1591: IF (p_location_rec.country IS NOT NULL AND