DBA Data[Home] [Help]

APPS.CST_ACCRUALWRITEOFFREPORT_PVT dependencies on STANDARD

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

148: -- Initialize message stack
149:
150: FND_MSG_PUB.initialize;
151:
152: -- Standard call to get message count and if count is 1, get message info.
153:
154: FND_MSG_PUB.Count_And_Get
155: ( p_count => l_msg_count,
156: p_data => l_msg_data

Line 184: -- Standard call to check the return status from API called

180: i_bal_segment_from => p_bal_segment_from ,
181: i_bal_segment_to => p_bal_segment_to ,
182: x_xml_doc => l_xml_doc);
183:
184: -- Standard call to check the return status from API called
185:
186: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
187: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
188: END IF;

Line 214: -- Standard call to check the return status from API called

210: i_bal_segment_from => p_bal_segment_from ,
211: i_bal_segment_to => p_bal_segment_to ,
212: x_xml_doc => l_xml_doc);
213:
214: -- Standard call to check the return status from API called
215:
216: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
217: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
218: END IF;

Line 393: -- Standard call to check for call compatibility.

389: l_module || '.begin',
390: '>>> ' || l_api_name);
391: END IF;
392:
393: -- Standard call to check for call compatibility.
394:
395: IF NOT FND_API.Compatible_API_Call ( l_api_version,
396: p_api_version,
397: l_api_name,

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

525: DBMS_XMLGEN.closeContext(l_qryCtx);
526: CLOSE l_ref_cur;
527: DBMS_LOB.FREETEMPORARY (l_xml_temp);
528:
529: -- Standard call to get message count and if count is 1, get message info.
530:
531: FND_MSG_PUB.Count_And_Get
532: ( p_count => x_msg_count,
533: p_data => x_msg_data

Line 635: -- Standard call to check for call compatibility.

631: l_module || '.begin',
632: '>>> ' || l_api_name);
633: END IF;
634:
635: -- Standard call to check for call compatibility.
636:
637: IF NOT FND_API.Compatible_API_Call ( l_api_version,
638: p_api_version,
639: l_api_name,

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

944: DBMS_XMLGEN.closeContext(l_qryCtx);
945: CLOSE l_ref_cur;
946: DBMS_LOB.FREETEMPORARY (l_xml_temp);
947:
948: -- Standard call to get message count and if count is 1, get message info.
949:
950: FND_MSG_PUB.Count_And_Get
951: ( p_count => x_msg_count,
952: p_data => x_msg_data