DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_LINES_CUHK dependencies on STANDARD

Line 22: -- Standard call to get message count and if count is 1, get message info

18: Savepoint csf_debrief_lines_cuhk;
19:
20: x_return_status := fnd_api.g_ret_sts_success;
21: NULL;
22: -- Standard call to get message count and if count is 1, get message info
23: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
24: p_data => x_msg_data );
25:
26: EXCEPTION

Line 61: -- Standard call to get message count and if count is 1, get message info

57: Savepoint csf_debrief_lines_cuhk;
58:
59: x_return_status := fnd_api.g_ret_sts_success;
60: NULL;
61: -- Standard call to get message count and if count is 1, get message info
62: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
63: p_data => x_msg_data );
64:
65: EXCEPTION

Line 97: -- Standard call to get message count and if count is 1, get message info

93: Savepoint csf_debrief_lines_cuhk;
94:
95: x_return_status := fnd_api.g_ret_sts_success;
96: NULL;
97: -- Standard call to get message count and if count is 1, get message info
98: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
99: p_data => x_msg_data );
100:
101: EXCEPTION

Line 134: -- Standard call to get message count and if count is 1, get message info

130: Savepoint csf_debrief_lines_cuhk;
131:
132: x_return_status := fnd_api.g_ret_sts_success;
133: NULL;
134: -- Standard call to get message count and if count is 1, get message info
135: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
136: p_data => x_msg_data );
137:
138: EXCEPTION

Line 170: -- Standard call to get message count and if count is 1, get message info

166: Savepoint csf_debrief_lines_cuhk;
167:
168: x_return_status := fnd_api.g_ret_sts_success;
169: NULL;
170: -- Standard call to get message count and if count is 1, get message info
171: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
172: p_data => x_msg_data );
173:
174: EXCEPTION

Line 206: -- Standard call to get message count and if count is 1, get message info

202: Savepoint csf_debrief_lines_cuhk;
203:
204: x_return_status := fnd_api.g_ret_sts_success;
205: NULL;
206: -- Standard call to get message count and if count is 1, get message info
207: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
208: p_data => x_msg_data );
209:
210: EXCEPTION