DBA Data[Home] [Help]

APPS.CST_PERITEMCOSTCHANGERPT_PVT dependencies on STANDARD

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

314: l_module || '.begin',
315: '>>> ' || l_api_name);
316: END IF;
317:
318: -- Standard call to check for call compatibility.
319: IF NOT FND_API.Compatible_API_Call (l_api_version,
320: p_api_version,
321: l_api_name,
322: G_PKG_NAME )

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

435: DBMS_XMLGEN.closeContext(l_ctx);
436: CLOSE l_ref_cur;
437: DBMS_LOB.FREETEMPORARY (l_xml_temp);
438:
439: -- Standard call to get message count and if count is 1, get message info.
440: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count,
441: p_data => x_msg_data);
442:
443: IF (l_pLog) THEN