DBA Data[Home] [Help]

APPS.CN_QUOTA_RULE_UPLIFT_PVT dependencies on FND_GLOBAL

Line 81: l_consolidated_note := l_note_msg || fnd_global.local_chr(10);

77: l_plan_element_id := p_quota_id;
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,

Line 107: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);

103: l_plan_element_id := p_quota_id;
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,

Line 133: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);

129: l_plan_element_id := p_quota_id;
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,