DBA Data[Home] [Help]

APPS.CST_ACCRUALSUMMARYREPORT_PVT dependencies on STANDARD

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

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

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

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

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

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

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

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

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

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

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

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

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

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