DBA Data[Home] [Help]

APPS.OTA_TPC_BUS1 dependencies on OTA_TRAINING_PLANS

Line 44: -- Validates that the training_plan_id exists in ota_training_plans

40: -- ----------------------------------------------------------------------------
41: -- {Start Of Comments}
42: --
43: -- Description:
44: -- Validates that the training_plan_id exists in ota_training_plans
45: -- and with the business_group_id.
46: --
47: -- Prerequisites:
48: -- Both this parameter and the business_group_id are present.

Line 180: ,p_training_plan_id in ota_training_plans.training_plan_id%TYPE

176: -- ----------------------------------------------------------------------------
177: Procedure chk_event_id
178: (p_event_id in ota_training_plan_costs.event_id%TYPE
179: ,p_business_group_id in ota_training_plan_costs.business_group_id%TYPE
180: ,p_training_plan_id in ota_training_plans.training_plan_id%TYPE
181: );
182: -- ----------------------------------------------------------------------------
183: -- |-------------------------------------------------------|
184: -- ----------------------------------------------------------------------------