DBA Data[Home] [Help]

APPS.AHL_MEL_CDL_HEADERS_PVT dependencies on JTF_NOTES_B

Line 683: FROM ahl_mel_cdl_ata_sequences ata, jtf_notes_b note

679:
680: CURSOR get_all_ata_notes
681: IS
682: SELECT note.jtf_note_id
683: FROM ahl_mel_cdl_ata_sequences ata, jtf_notes_b note
684: WHERE ata.mel_cdl_header_id = p_mel_cdl_header_id AND
685: ata.mel_cdl_ata_sequence_id = note.source_object_id AND
686: note.source_object_code = 'AHL_MEL_CDL';
687: