DBA Data[Home] [Help]

APPS.CST_ACCRUALSUMMARYREPORT_PVT dependencies on STANDARD

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

84:
85: -- Initialize message stack
86: FND_MSG_PUB.initialize;
87:
88: -- Standard call to get message count and if count is 1, get message info.
89:
90: FND_MSG_PUB.Count_And_Get
91: ( p_count => l_msg_count,
92: p_data => l_msg_data

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

109: i_bal_segment_from => p_bal_segment_from,
110: i_bal_segment_to => p_bal_segment_to,
111: x_xml_doc => l_xml_doc);
112:
113: -- Standard call to check the return status from API called
114:
115: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
116: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
117: END IF;

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

132: i_bal_segment_from => p_bal_segment_from,
133: i_bal_segment_to => p_bal_segment_to,
134: x_xml_doc => l_xml_doc);
135:
136: -- Standard call to check the return status from API called
137:
138: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
139: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
140: END IF;

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

274: l_module || '.begin',
275: '>>> ' || l_api_name);
276: END IF;
277:
278: -- Standard call to check for call compatibility.
279:
280: IF NOT FND_API.Compatible_API_Call ( l_api_version,
281: p_api_version,
282: l_api_name,

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

381: DBMS_XMLGEN.closeContext(l_qryCtx);
382: CLOSE l_ref_cur;
383: DBMS_LOB.FREETEMPORARY (l_xml_temp);
384:
385: -- Standard call to get message count and if count is 1, get message info.
386:
387: FND_MSG_PUB.Count_And_Get
388: ( p_count => x_msg_count,
389: p_data => x_msg_data);

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

480: l_module || '.begin',
481: '>>> ' || l_api_name);
482: END IF;
483:
484: -- Standard call to check for call compatibility.
485:
486: IF NOT FND_API.Compatible_API_Call ( l_api_version,
487: p_api_version,
488: l_api_name,

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

712: DBMS_XMLGEN.closeContext(l_qryCtx);
713: CLOSE l_ref_cur;
714: DBMS_LOB.FREETEMPORARY (l_xml_temp);
715:
716: -- Standard call to get message count and if count is 1, get message info.
717:
718: FND_MSG_PUB.Count_And_Get
719: ( p_count => x_msg_count,
720: p_data => x_msg_data