DBA Data[Home] [Help]

APPS.IEX_NOTES_PVT dependencies on JTF_NOTES_PUB

Line 36: l_jtf_note_contexts_table jtf_notes_pub.jtf_note_contexts_tbl_type;

32: l_return_status VARCHAR2(1);
33: l_msg_count NUMBER;
34: l_msg_data VARCHAR2(32767);
35: l_source_object_id NUMBER;
36: l_jtf_note_contexts_table jtf_notes_pub.jtf_note_contexts_tbl_type;
37: i number;
38: p_note_id number;
39:
40: BEGIN

Line 96: iex_debug_pub.LogMessage(G_PKG_NAME || '.Create_Note: Before call to jtf_notes_pub.create_note');

92: END LOOP;
93:
94: -- IF PG_DEBUG < 10 THEN
95: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
96: iex_debug_pub.LogMessage(G_PKG_NAME || '.Create_Note: Before call to jtf_notes_pub.create_note');
97: END IF;
98: jtf_notes_pub.create_note(
99: P_Api_Version => 1.0,
100: P_Init_Msg_List => FND_API.G_FALSE,

Line 98: jtf_notes_pub.create_note(

94: -- IF PG_DEBUG < 10 THEN
95: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
96: iex_debug_pub.LogMessage(G_PKG_NAME || '.Create_Note: Before call to jtf_notes_pub.create_note');
97: END IF;
98: jtf_notes_pub.create_note(
99: P_Api_Version => 1.0,
100: P_Init_Msg_List => FND_API.G_FALSE,
101: P_Commit => P_Commit,
102: p_jtf_note_id => FND_API.g_MISS_NUM,

Line 123: iex_debug_pub.LogMessage(G_PKG_NAME || '.Create_Note: After call to jtf_notes_pub.create_note');

119: p_note_type => p_note_type);
120:
121: -- IF PG_DEBUG < 10 THEN
122: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
123: iex_debug_pub.LogMessage(G_PKG_NAME || '.Create_Note: After call to jtf_notes_pub.create_note');
124: END IF;
125: -- IF PG_DEBUG < 10 THEN
126: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
127: iex_debug_pub.LogMessage(G_PKG_NAME || '.Create_Note: l_Return_Status: ' || l_Return_Status);