DBA Data[Home] [Help]

APPS.HZ_ORGANIZATION_INFO_V2PUB dependencies on HZ_MIXNM_UTILITY

Line 363: HZ_MIXNM_UTILITY.CheckUserCreationPrivilege (

359: END IF;
360:
361: -- Bug 4225452.
362: IF l_acual_content_source = G_MISS_CONTENT_SOURCE_TYPE THEN
363: HZ_MIXNM_UTILITY.CheckUserCreationPrivilege (
364: p_entity_name => 'HZ_FINANCIAL_REPORTS',
365: p_entity_attr_id => g_fin_entity_attr_id,
366: p_mixnmatch_enabled => g_fin_mixnmatch_enabled,
367: p_actual_content_source => l_acual_content_source,

Line 497: HZ_MIXNM_UTILITY.LoadDataSources(

493:
494: /* SSM SST Integration and Extension
495: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
496:
497: HZ_MIXNM_UTILITY.LoadDataSources(
498: p_entity_name => 'HZ_CREDIT_RATINGS',
499: p_entity_attr_id => g_cre_entity_attr_id,
500: p_mixnmatch_enabled => g_cre_mixnmatch_enabled,
501: p_selected_datasources => g_cre_selected_datasources );

Line 506: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (

502: */
503:
504: -- Bug 4225452
505: /*
506: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (
507: p_entity_name => 'HZ_CREDIT_RATINGS',
508: p_entity_attr_id => g_cre_entity_attr_id,
509: p_mixnmatch_enabled => g_cre_mixnmatch_enabled,
510: p_selected_datasources => g_cre_selected_datasources,

Line 613: HZ_MIXNM_UTILITY.LoadDataSources(

609:
610: /* SSM SST Integration and Extension
611: For non-profile entities, the concept of select/de-select data-sources is obsoleted.
612:
613: HZ_MIXNM_UTILITY.LoadDataSources(
614: p_entity_name => 'HZ_FINANCIAL_REPORTS',
615: p_entity_attr_id => g_fin_entity_attr_id,
616: p_mixnmatch_enabled => g_fin_mixnmatch_enabled,
617: p_selected_datasources => g_fin_selected_datasources );

Line 619: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (

615: p_entity_attr_id => g_fin_entity_attr_id,
616: p_mixnmatch_enabled => g_fin_mixnmatch_enabled,
617: p_selected_datasources => g_fin_selected_datasources );
618: */
619: HZ_MIXNM_UTILITY.AssignDataSourceDuringCreation (
620: p_entity_name => 'HZ_FINANCIAL_REPORTS',
621: p_entity_attr_id => g_fin_entity_attr_id,
622: p_mixnmatch_enabled => g_fin_mixnmatch_enabled,
623: p_selected_datasources => g_fin_selected_datasources,

Line 778: HZ_MIXNM_UTILITY.LoadDataSources(

774: /* SSM SST Integration and Extension
775: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
776: * There is no need to check if the data-source is selected.
777:
778: HZ_MIXNM_UTILITY.LoadDataSources(
779: p_entity_name => 'HZ_FINANCIAL_REPORTS',
780: p_entity_attr_id => g_fin_entity_attr_id,
781: p_mixnmatch_enabled => g_fin_mixnmatch_enabled,
782: p_selected_datasources => g_fin_selected_datasources );

Line 785: HZ_MIXNM_UTILITY.isDataSourceSelected (

781: p_mixnmatch_enabled => g_fin_mixnmatch_enabled,
782: p_selected_datasources => g_fin_selected_datasources );
783:
784: g_fin_is_datasource_selected :=
785: HZ_MIXNM_UTILITY.isDataSourceSelected (
786: p_selected_datasources => g_fin_selected_datasources,
787: p_actual_content_source => l_old_fin_report_rec.actual_content_source );
788: */
789: -- Call to business logic.

Line 1055: HZ_MIXNM_UTILITY.LoadDataSources(

1051: /* SSM SST Integration and Extension
1052: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
1053: * There is no need to check if the data-source is selected.
1054:
1055: HZ_MIXNM_UTILITY.LoadDataSources(
1056: p_entity_name => 'HZ_FINANCIAL_REPORTS',
1057: p_entity_attr_id => g_fin_entity_attr_id,
1058: p_mixnmatch_enabled => g_fin_mixnmatch_enabled,
1059: p_selected_datasources => g_fin_selected_datasources );

Line 1204: HZ_MIXNM_UTILITY.LoadDataSources(

1200: /* SSM SST Integration and Extension
1201: * For non-profile entities, the concept of select/de-select data-sources is obsoleted.
1202: * There is no need to check if the data-source is selected.
1203:
1204: HZ_MIXNM_UTILITY.LoadDataSources(
1205: p_entity_name => 'HZ_FINANCIAL_REPORTS',
1206: p_entity_attr_id => g_fin_entity_attr_id,
1207: p_mixnmatch_enabled => g_fin_mixnmatch_enabled,
1208: p_selected_datasources => g_fin_selected_datasources );