DBA Data[Home] [Help]

APPS.JTF_EC_PUB dependencies on JTF_NOTES_PUB

Line 75: jtf_notes_pub.create_note(

71: end if;
72:
73: if (l_notes_rec.note IS NOT NULL) then
74:
75: jtf_notes_pub.create_note(
76: p_api_version => l_api_version,
77: p_init_msg_list => fnd_api.g_false,
78: p_commit => fnd_api.g_false,
79: x_return_status => l_return_status,

Line 113: jtf_notes_pub.create_note_context(

109: AND
110: (l_notes_rec.note_context_type_id_01 is NOT NULL)
111: then
112:
113: jtf_notes_pub.create_note_context(
114: x_return_status => l_return_status,
115: p_creation_date => SYSDATE,
116: p_last_updated_by => l_user_id,
117: p_last_update_date => SYSDATE,

Line 138: jtf_notes_pub.create_note_context(

134: AND
135: (l_notes_rec.note_context_type_id_02 is NOT NULL)
136: then
137:
138: jtf_notes_pub.create_note_context(
139: x_return_status => l_return_status,
140: p_creation_date => SYSDATE,
141: p_last_updated_by => l_user_id,
142: p_last_update_date => SYSDATE,

Line 163: jtf_notes_pub.create_note_context(

159: AND
160: (l_notes_rec.note_context_type_id_03 IS NOT NULL)
161: then
162:
163: jtf_notes_pub.create_note_context(
164: x_return_status => l_return_status,
165: p_creation_date => SYSDATE,
166: p_last_updated_by => l_user_id,
167: p_last_update_date => SYSDATE,

Line 2152: jtf_notes_pub.Update_note(

2148: elsif (l_return_status = fnd_api.g_ret_sts_unexp_error) then
2149: raise fnd_api.g_exc_unexpected_error;
2150: end if;
2151:
2152: jtf_notes_pub.Update_note(
2153: p_api_version => l_api_version,
2154: p_init_msg_list => fnd_api.g_false,
2155: p_commit => fnd_api.g_false,
2156: x_return_status => l_return_status,