DBA Data[Home] [Help]

APPS.OTA_LST_BUS dependencies on OTA_LP_SECTIONS

Line 106: ,p_learning_path_section_id in ota_lp_sections.learning_path_section_id%TYPE

102: -- ----------------------------------------------------------------------------
103: Procedure insert_validate
104: (p_effective_date in date
105: ,p_rec in ota_lst_shd.g_rec_type
106: ,p_learning_path_section_id in ota_lp_sections.learning_path_section_id%TYPE
107: );
108: --
109: -- ----------------------------------------------------------------------------
110: -- |---------------------------< update_validate >----------------------------|