DBA Data[Home] [Help]

APPS.HZ_RELATIONSHIP_V2PUB dependencies on HZ_MIXNM_UTILITY

Line 2964: HZ_MIXNM_UTILITY.LoadDataSources(

2960: -- IF g_rel_mixnmatch_enabled IS NULL THEN
2961: /* SSM SST Integration and Extension
2962: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
2963:
2964: HZ_MIXNM_UTILITY.LoadDataSources(
2965: p_entity_name => 'HZ_RELATIONSHIPS',
2966: p_entity_attr_id => g_rel_entity_attr_id,
2967: p_mixnmatch_enabled => g_rel_mixnmatch_enabled,
2968: p_selected_datasources => g_rel_selected_datasources );

Line 2972: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (

2968: p_selected_datasources => g_rel_selected_datasources );
2969: */
2970: -- END IF;
2971:
2972: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (
2973: p_entity_name => 'HZ_RELATIONSHIPS',
2974: p_entity_attr_id => g_rel_entity_attr_id,
2975: p_mixnmatch_enabled => g_rel_mixnmatch_enabled,
2976: p_selected_datasources => g_rel_selected_datasources,

Line 3296: HZ_MIXNM_UTILITY.LoadDataSources(

3292: /* SSM SST Integration and Extension
3293: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
3294: * There is no need to check if the data-source is selected.
3295: -- IF g_rel_mixnmatch_enabled IS NULL THEN
3296: HZ_MIXNM_UTILITY.LoadDataSources(
3297: p_entity_name => 'HZ_RELATIONSHIPS',
3298: p_entity_attr_id => g_rel_entity_attr_id,
3299: p_mixnmatch_enabled => g_rel_mixnmatch_enabled,
3300: p_selected_datasources => g_rel_selected_datasources );

Line 3307: HZ_MIXNM_UTILITY.isDataSourceSelected (

3303: -- Bug 2197181: added for mix-n-match project.
3304: -- check if the data source is seleted.
3305:
3306: g_rel_is_datasource_selected :=
3307: HZ_MIXNM_UTILITY.isDataSourceSelected (
3308: p_selected_datasources => g_rel_selected_datasources,
3309: p_actual_content_source => l_old_rel_rec.actual_content_source );
3310: */
3311: -- Call to business logic.