DBA Data[Home] [Help]

APPS.OTA_CTL_BUS dependencies on OTA_CERTIFICATIONS_B

Line 106: ,p_certification_id in ota_certifications_b.certification_id%type

102: -- ----------------------------------------------------------------------------
103: Procedure insert_validate
104: (p_effective_date in date
105: ,p_rec in ota_ctl_shd.g_rec_type
106: ,p_certification_id in ota_certifications_b.certification_id%type
107: );
108: --
109: -- ----------------------------------------------------------------------------
110: -- |---------------------------< update_validate >----------------------------|