DBA Data[Home] [Help]

APPS.AS_IMPORT_SL_PVT dependencies on JTF_NOTES_PUB

Line 3029: l_note_context_rec jtf_notes_pub.jtf_note_contexts_rec_type;

3025: procedure do_create_LeadNoteAndContext(
3026: pI IN OUT NOCOPY leadImpType,
3027: G_return_status OUT NOCOPY varchar2) Is
3028:
3029: l_note_context_rec jtf_notes_pub.jtf_note_contexts_rec_type;
3030: l_note_context_rec_tbl jtf_notes_pub.jtf_note_contexts_tbl_type;
3031: l_msg_data VARCHAR2(2000);
3032: l_jtf_note_id NUMBER;
3033:

Line 3030: l_note_context_rec_tbl jtf_notes_pub.jtf_note_contexts_tbl_type;

3026: pI IN OUT NOCOPY leadImpType,
3027: G_return_status OUT NOCOPY varchar2) Is
3028:
3029: l_note_context_rec jtf_notes_pub.jtf_note_contexts_rec_type;
3030: l_note_context_rec_tbl jtf_notes_pub.jtf_note_contexts_tbl_type;
3031: l_msg_data VARCHAR2(2000);
3032: l_jtf_note_id NUMBER;
3033:
3034: BEGIN

Line 3064: -- Call Jtf_notes_pub.create_note()

3060: l_note_context_rec.LAST_UPDATE_LOGIN := FND_GLOBAL.USER_ID;
3061:
3062: l_note_context_rec_tbl(2) := l_note_context_rec;
3063:
3064: -- Call Jtf_notes_pub.create_note()
3065:
3066: JTF_NOTES_PUB.Create_Note (
3067: p_parent_note_id => NULL
3068: , p_jtf_note_id => NULL

Line 3066: JTF_NOTES_PUB.Create_Note (

3062: l_note_context_rec_tbl(2) := l_note_context_rec;
3063:
3064: -- Call Jtf_notes_pub.create_note()
3065:
3066: JTF_NOTES_PUB.Create_Note (
3067: p_parent_note_id => NULL
3068: , p_jtf_note_id => NULL
3069: , p_api_version => 1.0
3070: , p_init_msg_list => 'T'