DBA Data[Home] [Help]

APPS.OTA_BULK_ENROLL_UTIL dependencies on OTA_BKNG_JUSTIFICATIONS_B

Line 480: FROM ota_bkng_justifications_b BJS

476: AND language=userenv('LANG');
477:
478: CURSOR csr_get_priority IS
479: SELECT bjs.priority_level
480: FROM ota_bkng_justifications_b BJS
481: WHERE bjs.booking_justification_id = p_booking_justification_id;
482:
483:
484: --Added FOR bug#5579345