DBA Data[Home] [Help]

APPS.AMS_DMMODEL_PUB dependencies on FND_PROFILE

Line 744: l_model_rec.country_id := FND_PROFILE.value ('AMS_SRCGEN_USER_CITY');

740: l_model_rec.logs_flag := 'N';
741: l_model_rec.target_type := p_target_type;
742: l_model_rec.target_positive_value := p_target_value;
743: l_model_rec.row_selection_type := L_STANDARD_ROW_SELECTION;
744: l_model_rec.country_id := FND_PROFILE.value ('AMS_SRCGEN_USER_CITY');
745:
746: -- validate input
747: AMS_DM_Model_PVT.Validate_dm_model(
748: p_api_version_number => 1.0,