DBA Data[Home] [Help]

APPS.OTA_CRE_BUS dependencies on OTA_CERTIFICATIONS_B

Line 627: from ota_certifications_b b

623:
624: CURSOR csr_crt IS
625: select
626: b.INITIAL_COMPLETION_DATE
627: from ota_certifications_b b
628: where certification_id = p_certification_id
629: and renewable_flag = 'N';
630:
631: rec_crt csr_crt%rowtype;