DBA Data[Home] [Help]

APPS.HZ_RELATIONSHIP_V2PUB dependencies on HZ_MIXNM_UTILITY

Line 2989: HZ_MIXNM_UTILITY.LoadDataSources(

2985: -- IF g_rel_mixnmatch_enabled IS NULL THEN
2986: /* SSM SST Integration and Extension
2987: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
2988:
2989: HZ_MIXNM_UTILITY.LoadDataSources(
2990: p_entity_name => 'HZ_RELATIONSHIPS',
2991: p_entity_attr_id => g_rel_entity_attr_id,
2992: p_mixnmatch_enabled => g_rel_mixnmatch_enabled,
2993: p_selected_datasources => g_rel_selected_datasources );

Line 2997: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (

2993: p_selected_datasources => g_rel_selected_datasources );
2994: */
2995: -- END IF;
2996:
2997: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (
2998: p_entity_name => 'HZ_RELATIONSHIPS',
2999: p_entity_attr_id => g_rel_entity_attr_id,
3000: p_mixnmatch_enabled => g_rel_mixnmatch_enabled,
3001: p_selected_datasources => g_rel_selected_datasources,

Line 3321: HZ_MIXNM_UTILITY.LoadDataSources(

3317: /* SSM SST Integration and Extension
3318: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
3319: * There is no need to check if the data-source is selected.
3320: -- IF g_rel_mixnmatch_enabled IS NULL THEN
3321: HZ_MIXNM_UTILITY.LoadDataSources(
3322: p_entity_name => 'HZ_RELATIONSHIPS',
3323: p_entity_attr_id => g_rel_entity_attr_id,
3324: p_mixnmatch_enabled => g_rel_mixnmatch_enabled,
3325: p_selected_datasources => g_rel_selected_datasources );

Line 3332: HZ_MIXNM_UTILITY.isDataSourceSelected (

3328: -- Bug 2197181: added for mix-n-match project.
3329: -- check if the data source is seleted.
3330:
3331: g_rel_is_datasource_selected :=
3332: HZ_MIXNM_UTILITY.isDataSourceSelected (
3333: p_selected_datasources => g_rel_selected_datasources,
3334: p_actual_content_source => l_old_rel_rec.actual_content_source );
3335: */
3336: -- Call to business logic.