DBA Data[Home] [Help]

APPS.CST_APPOACCRUALREPORT_PVT dependencies on STANDARD

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

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

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

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

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

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

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

371: l_module || '.begin',
372: '>>> ' || l_api_name);
373: END IF;
374:
375: -- Standard call to check for call compatibility.
376:
377: IF NOT FND_API.Compatible_API_Call ( l_api_version,
378: p_api_version,
379: l_api_name,

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

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

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

620: l_module || '.begin',
621: '>>> ' || l_api_name);
622: END IF;
623:
624: -- Standard call to check for call compatibility.
625:
626: IF NOT FND_API.Compatible_API_Call ( l_api_version,
627: p_api_version,
628: l_api_name,

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

995: DBMS_XMLGEN.closeContext(l_qryCtx);
996: CLOSE l_ref_cur;
997: DBMS_LOB.FREETEMPORARY (l_xml_temp);
998:
999: -- Standard call to get message count and if count is 1, get message info.
1000:
1001: FND_MSG_PUB.Count_And_Get
1002: ( p_count => x_msg_count,
1003: p_data => x_msg_data