DBA Data[Home] [Help]

APPS.AHL_MEL_CDL_ATA_SEQS_PVT dependencies on JTF_NOTES_PUB

Line 135: l_note_contexts_tbl JTF_NOTES_PUB.jtf_note_contexts_tbl_type;

131: l_rec_idx NUMBER;
132:
133: l_note_rec get_ata_notes%rowtype;
134: l_jtf_note_id NUMBER;
135: l_note_contexts_tbl JTF_NOTES_PUB.jtf_note_contexts_tbl_type;
136:
137: BEGIN
138: -- Standard start of API savepoint
139: SAVEPOINT Process_Ata_Sequences_SP;

Line 393: JTF_NOTES_PUB.Update_Note

389: IF (get_ata_notes%FOUND)
390: THEN
391: CLOSE get_ata_notes;
392:
393: JTF_NOTES_PUB.Update_Note
394: (
395: p_api_version => 1.0,
396: p_init_msg_list => FND_API.G_FALSE,
397: p_commit => FND_API.G_FALSE,

Line 444: JTF_NOTES_PUB.Create_Note

440: END IF;
441: ELSE
442: CLOSE get_ata_notes;
443:
444: JTF_NOTES_PUB.Create_Note
445: (
446: p_parent_note_id => null,
447: p_jtf_note_id => null,
448: p_api_version => 1.0,

Line 693: JTF_NOTES_PUB.Create_Note

689: -- Enter the JTF note for Remarks...
690: IF (p_x_ata_sequences_tbl(l_rec_idx).remarks_note IS NOT NULL AND p_x_ata_sequences_tbl(l_rec_idx).remarks_note <> FND_API.G_MISS_CHAR)
691: THEN
692: -- Create a new JTF note for Remarks, ofcourse it cannot exist before the ATA sequence is created...
693: JTF_NOTES_PUB.Create_Note
694: (
695: p_parent_note_id => null,
696: p_jtf_note_id => null,
697: p_api_version => 1.0,