DBA Data[Home] [Help]

APPS.AMS_DM_SCORE_PVT dependencies on FND_PROFILE

Line 519: l_score_rec.country_id := FND_PROFILE.value ('AMS_SRCGEN_USER_CITY');

515: CLOSE c_status_code;
516:
517: l_score_rec.status_date := SYSDATE;
518:
519: l_score_rec.country_id := FND_PROFILE.value ('AMS_SRCGEN_USER_CITY');
520:
521: -- 22-Aug-2003 - nyostos
522: -- Get the Model type to determine which custom setup id to insert for the Scoring Run
523: OPEN c_model_type (l_score_rec.model_id);

Line 839: l_tar_score_rec.country_id := FND_PROFILE.value ('AMS_SRCGEN_USER_CITY');

835: AMS_Utility_PVT.error_message ('AMS_API_RECORD_NOT_FOUND');
836: RAISE FND_API.G_EXC_ERROR;
837: END IF;
838:
839: l_tar_score_rec.country_id := FND_PROFILE.value ('AMS_SRCGEN_USER_CITY');
840:
841: IF (l_reference_rec.status_code = G_DEFAULT_STATUS OR -- DRAFT
842: l_reference_rec.status_code = G_STATUS_INVALID OR
843: l_reference_rec.status_code = G_STATUS_FAILED) AND p_score_rec.scheduled_date <> FND_API.G_MISS_DATE THEN