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 718: HZ_MIXNM_UTILITY.isDataSourceSelected (

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

Line 798: /* AND HZ_MIXNM_UTILITY.isDataSourceSelected (

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

Line 1762: HZ_MIXNM_UTILITY.LoadDataSources(

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

Line 2099: HZ_MIXNM_UTILITY.LoadDataSources(

2095: -- IF g_pst_mixnmatch_enabled IS NULL THEN
2096: /* SSM SST Integration and Extension
2097: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
2098:
2099: HZ_MIXNM_UTILITY.LoadDataSources(
2100: p_entity_name => 'HZ_LOCATIONS',
2101: p_entity_attr_id => g_pst_entity_attr_id,
2102: p_mixnmatch_enabled => g_pst_mixnmatch_enabled,
2103: p_selected_datasources => g_pst_selected_datasources );