DBA Data[Home] [Help]

APPS.AHL_MEL_CDL_HEADERS_PVT dependencies on CAC_NOTES_PVT

Line 752: CAC_NOTES_PVT.delete_note

748: -- 1. For all associated ATA sequences
749: -- 1a. Delete all JTF notes associated
750: FOR note_rec IN get_all_ata_notes
751: LOOP
752: CAC_NOTES_PVT.delete_note
753: (
754: note_rec.jtf_note_id,
755: x_return_status,
756: x_msg_count,

Line 1381: CAC_NOTES_PVT.create_note

1377: LOOP
1378: -- Create revisions of all JTF Notes associated to ATA sequences
1379: FOR l_note_rec IN get_jtf_note_details(l_old_new_ata_tbl(l_ata_rec_idx).old_object_id)
1380: LOOP
1381: CAC_NOTES_PVT.create_note
1382: (
1383: p_jtf_note_id => l_old_note_id,
1384: p_source_object_id => l_old_new_ata_tbl(l_ata_rec_idx).new_object_id,
1385: p_source_object_code => 'AHL_MEL_CDL',

Line 1429: 'Call to CAC_NOTES_PVT.create_note failed...'

1425: fnd_log.string
1426: (
1427: fnd_log.level_unexpected,
1428: l_debug_module,
1429: 'Call to CAC_NOTES_PVT.create_note failed...'
1430: );
1431: END IF;
1432:
1433: -- Raise unexpected error since this is supposed to go through without any hiccups