DBA Data[Home] [Help]

APPS.CN_QUOTA_RULE_UPLIFT_PVT dependencies on JTF_NOTES_PUB

Line 54: jtf_notes_pub.create_note

50: l_plan_element_id := p_quota_id;
51: l_temp_new := 'CN_QUOTAS';
52: END IF;
53: l_note_msg := fnd_message.get;
54: jtf_notes_pub.create_note
55: (p_api_version => 1.0,
56: x_return_status => x_return_status,
57: x_msg_count => x_msg_count,
58: x_msg_data => x_msg_data,

Line 82: /* jtf_notes_pub.create_note

78: l_temp_new := 'CN_QUOTAS';
79:
80: l_note_msg := fnd_message.get;
81: l_consolidated_note := l_note_msg || fnd_global.local_chr(10);
82: /* jtf_notes_pub.create_note
83: (p_api_version => 1.0,
84: x_return_status => x_return_status,
85: x_msg_count => x_msg_count,
86: x_msg_data => x_msg_data,

Line 108: /* jtf_notes_pub.create_note

104: l_temp_new := 'CN_QUOTAS';
105:
106: l_note_msg := fnd_message.get;
107: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
108: /* jtf_notes_pub.create_note
109: (p_api_version => 1.0,
110: x_return_status => x_return_status,
111: x_msg_count => x_msg_count,
112: x_msg_data => x_msg_data,

Line 134: /* jtf_notes_pub.create_note

130: l_temp_new := 'CN_QUOTAS';
131:
132: l_note_msg := fnd_message.get;
133: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
134: /* jtf_notes_pub.create_note
135: (p_api_version => 1.0,
136: x_return_status => x_return_status,
137: x_msg_count => x_msg_count,
138: x_msg_data => x_msg_data,

Line 149: jtf_notes_pub.create_note (p_api_version => 1.0,

145: );*/
146: END IF;
147:
148: IF LENGTH(l_consolidated_note) > 1 THEN
149: jtf_notes_pub.create_note (p_api_version => 1.0,
150: x_return_status => x_return_status,
151: x_msg_count => x_msg_count,
152: x_msg_data => x_msg_data,
153: p_source_object_id => l_plan_element_id,