DBA Data[Home] [Help]

APPS.CST_APPOACCRUALREPORT_PVT dependencies on STANDARD

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

130: -- Initialize message stack
131:
132: FND_MSG_PUB.initialize;
133:
134: -- Standard call to get message count and if count is 1, get message info.
135:
136: FND_MSG_PUB.Count_And_Get
137: ( p_count => l_msg_count,
138: p_data => l_msg_data

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

163: i_bal_segment_from => p_bal_segment_from,
164: i_bal_segment_to => p_bal_segment_to,
165: x_xml_doc => l_xml_doc);
166:
167: -- Standard call to check the return status from API called
168:
169: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
170: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
171: END IF;

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

195: i_bal_segment_from => p_bal_segment_from,
196: i_bal_segment_to => p_bal_segment_to,
197: x_xml_doc => l_xml_doc);
198:
199: -- Standard call to check the return status from API called
200:
201: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
202: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
203: END IF;

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

375: l_module || '.begin',
376: '>>> ' || l_api_name);
377: END IF;
378:
379: -- Standard call to check for call compatibility.
380:
381: IF NOT FND_API.Compatible_API_Call ( l_api_version,
382: p_api_version,
383: l_api_name,

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

510: DBMS_XMLGEN.closeContext(l_qryCtx);
511: CLOSE l_ref_cur;
512: DBMS_LOB.FREETEMPORARY (l_xml_temp);
513:
514: -- Standard call to get message count and if count is 1, get message info.
515:
516: FND_MSG_PUB.Count_And_Get
517: ( p_count => x_msg_count,
518: p_data => x_msg_data);

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

624: l_module || '.begin',
625: '>>> ' || l_api_name);
626: END IF;
627:
628: -- Standard call to check for call compatibility.
629:
630: IF NOT FND_API.Compatible_API_Call ( l_api_version,
631: p_api_version,
632: l_api_name,

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

1000: DBMS_XMLGEN.closeContext(l_qryCtx);
1001: CLOSE l_ref_cur;
1002: DBMS_LOB.FREETEMPORARY (l_xml_temp);
1003:
1004: -- Standard call to get message count and if count is 1, get message info.
1005:
1006: FND_MSG_PUB.Count_And_Get
1007: ( p_count => x_msg_count,
1008: p_data => x_msg_data