DBA Data[Home] [Help]

APPS.HZ_PARTY_SITE_V2PUB dependencies on HZ_MIXNM_UTILITY

Line 338: HZ_MIXNM_UTILITY.CheckUserCreationPrivilege (

334:
335: IF /*NVL(g_pst_mixnmatch_enabled, 'N') = 'Y' AND*/
336: l_loc_actual_content_source = G_MISS_CONTENT_SOURCE_TYPE
337: THEN
338: HZ_MIXNM_UTILITY.CheckUserCreationPrivilege (
339: p_entity_name => 'HZ_LOCATIONS',
340: p_entity_attr_id => g_pst_entity_attr_id,
341: p_mixnmatch_enabled => g_pst_mixnmatch_enabled,
342: p_actual_content_source => l_loc_actual_content_source,

Line 357: HZ_MIXNM_UTILITY.isDataSourceSelected (

353: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
354: * There is no need to check if the data-source is selected.
355:
356: g_pst_is_datasource_selected :=
357: HZ_MIXNM_UTILITY.isDataSourceSelected (
358: p_selected_datasources => g_pst_selected_datasources,
359: p_actual_content_source => l_loc_actual_content_source );
360: */
361: -- if this is the first active, visible party site,

Line 376: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (

372: SELECT 'Y' INTO l_dummy
373: FROM HZ_PARTY_SITES
374: WHERE PARTY_ID = p_party_site_rec.party_id
375: AND STATUS = 'A'
376: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (
377: g_pst_selected_datasources, actual_content_source ) = 'Y'*/
378: AND ROWNUM = 1;
379:
380: -- no exception raise, means 'a primary party site exist'

Line 722: HZ_MIXNM_UTILITY.isDataSourceSelected (

718: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
719: * There is no need to check if the data-source is selected.
720:
721: g_pst_is_datasource_selected :=
722: HZ_MIXNM_UTILITY.isDataSourceSelected (
723: p_selected_datasources => g_pst_selected_datasources,
724: p_actual_content_source => db_actual_content_source );
725: */
726: -- call for validations.

Line 802: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (

798:
799: -- SSM SST Integration and Extension
800: -- For non-profile entities, the concept of select/de-select data-sources is obsoleted.
801: -- There is no need to check if the data-source is selected.
802: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (
803: g_pst_selected_datasources,
804: actual_content_source) = 'Y'*/);
805:
806: -- no exception means an active, visible party site was found.

Line 1766: HZ_MIXNM_UTILITY.LoadDataSources(

1762: -- IF g_pst_mixnmatch_enabled IS NULL THEN
1763: /* SSM SST Integration and Extension
1764: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
1765:
1766: HZ_MIXNM_UTILITY.LoadDataSources(
1767: p_entity_name => 'HZ_LOCATIONS',
1768: p_entity_attr_id => g_pst_entity_attr_id,
1769: p_mixnmatch_enabled => g_pst_mixnmatch_enabled,
1770: p_selected_datasources => g_pst_selected_datasources );

Line 2106: HZ_MIXNM_UTILITY.LoadDataSources(

2102: -- IF g_pst_mixnmatch_enabled IS NULL THEN
2103: /* SSM SST Integration and Extension
2104: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
2105:
2106: HZ_MIXNM_UTILITY.LoadDataSources(
2107: p_entity_name => 'HZ_LOCATIONS',
2108: p_entity_attr_id => g_pst_entity_attr_id,
2109: p_mixnmatch_enabled => g_pst_mixnmatch_enabled,
2110: p_selected_datasources => g_pst_selected_datasources );