DBA Data[Home] [Help]

APPS.JTF_EC_PUB dependencies on JTF_NOTES_B

Line 45: l_note_id jtf_notes_b.jtf_note_id%TYPE;

41: l_notes_rec Notes_Rec_Type := p_notes_rec;
42: l_user_id NUMBER := p_user_id;
43: l_login_id NUMBER := p_login_id;
44: l_return_status VARCHAR2(1) := 'x';
45: l_note_id jtf_notes_b.jtf_note_id%TYPE;
46: l_note_context_id NUMBER;
47:
48: BEGIN
49:

Line 1225: l_note_id jtf_notes_b.jtf_note_id%TYPE;

1221: l_reference_documents Esc_Ref_Docs_Tbl_Type := p_reference_documents;
1222: l_esc_contacts Esc_Contacts_Tbl_Type := p_esc_contacts;
1223: l_cont_points Esc_Cont_Points_Tbl_Type := p_cont_points;
1224: l_notes Notes_Tbl_Type := p_notes;
1225: l_note_id jtf_notes_b.jtf_note_id%TYPE;
1226: l_escalation_id jtf_tasks_b.task_id%TYPE := NULL;
1227: l_escalation_number jtf_tasks_b.task_number%TYPE := NULL;
1228: l_esc_status_id jtf_tasks_b.task_status_id%TYPE;
1229: l_object_version_number jtf_tasks_b.object_version_number%TYPE := p_object_version;