DBA Data[Home] [Help]

APPS.PO_REQ_DOCUMENT_CHECKS_GRP dependencies on STANDARD

Line 139: --Standard call to check for call compatibility

135: l_req_distribution_id PO_TBL_NUMBER := p_req_distribution_id;
136:
137: BEGIN
138:
139: --Standard call to check for call compatibility
140: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
141: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
142: END IF;
143:

Line 224: --Standard call to check for call compatibility

220: l_progress VARCHAR2(3) := '000';
221:
222: BEGIN
223:
224: --Standard call to check for call compatibility
225: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
226: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
227: END IF;
228: