DBA Data[Home] [Help]

APPS.OTA_TPS_BUS dependencies on OTA_TRNG_PLAN_UTIL_SS

Line 469: OTA_TRNG_PLAN_UTIL_SS.g_is_per_trng_plan := TRUE;

465: --
466: hr_utility.set_location(' Step:'|| l_proc, 50);
467: -- Set the Is_Per_Trng_Plan global variable
468: IF p_rec.person_id IS NOT NULL OR p_rec.contact_id IS NOT NULL THEN
469: OTA_TRNG_PLAN_UTIL_SS.g_is_per_trng_plan := TRUE;
470: END IF;
471:
472: ota_tps_bus1.chk_plan_status_type_id (
473: p_effective_date => p_effective_date

Line 571: l_boolean := OTA_TRNG_PLAN_UTIL_SS.is_personal_trng_plan(p_rec.training_plan_id);

567: );
568: --
569: hr_utility.set_location(' Step:'|| l_proc, 10);
570: -- Set the Is_Per_Trng_Plan global variable
571: l_boolean := OTA_TRNG_PLAN_UTIL_SS.is_personal_trng_plan(p_rec.training_plan_id);
572:
573: ota_tps_bus1.chk_plan_status_type_id (
574: p_effective_date => p_effective_date
575: ,p_plan_status_type_id => p_rec.plan_status_type_id);