DBA Data[Home] [Help]

APPS.AHL_OSP_RCV_PVT dependencies on STANDARD

Line 678: -- Standard IN Parameters:

674: -- Pre-reqs :
675: --
676: -- Parameters:
677: --
678: -- Standard IN Parameters:
679: -- p_api_version IN NUMBER Required
680: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
681: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
682: -- p_validation_level IN NUMBER Required

Line 685: -- Standard OUT Parameters:

681: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
682: -- p_validation_level IN NUMBER Required
683: -- p_module_type IN VARCHAR2 Default NULL
684: --
685: -- Standard OUT Parameters:
686: -- x_return_status OUT VARCHAR2 Required
687: -- x_msg_count OUT NUMBER Required
688: -- x_msg_data OUT VARCHAR2 Required
689: --

Line 837: -- Standard start of API savepoint.

833: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
834: FND_LOG.string(FND_LOG.level_procedure, l_debug_key||'.begin', 'Start of the API. p_return_line_id: '||p_return_line_id);
835: END IF;
836:
837: -- Standard start of API savepoint.
838: SAVEPOINT Receive_Against_PO_Pvt;
839:
840: -- Initialize Procedure return status to success.
841: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

839:
840: -- Initialize Procedure return status to success.
841: x_return_status := FND_API.G_RET_STS_SUCCESS;
842:
843: -- Standard call to check for call compatibility.
844: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
845: l_api_name, G_PKG_NAME) THEN
846: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
847: END IF;

Line 1159: -- Standard call to get message count and initialise the OUT parameters.

1155:
1156: -- Set the OUT parameter x_request_id with l_req_id.
1157: x_request_id := l_req_id;
1158:
1159: -- Standard call to get message count and initialise the OUT parameters.
1160: FND_MSG_PUB.Count_And_Get
1161: ( p_count => x_msg_count,
1162: p_data => x_msg_data,
1163: p_encoded => FND_API.G_FALSE

Line 1211: -- Standard IN Parameters:

1207: -- Pre-reqs :
1208: --
1209: -- Parameters:
1210: --
1211: -- Standard IN Parameters:
1212: -- p_api_version IN NUMBER Required
1213: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
1214: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
1215: -- p_validation_level IN NUMBER Required

Line 1218: -- Standard OUT Parameters:

1214: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
1215: -- p_validation_level IN NUMBER Required
1216: -- p_module_type IN VARCHAR2 Default NULL
1217: --
1218: -- Standard OUT Parameters:
1219: -- x_return_status OUT VARCHAR2 Required
1220: -- x_msg_count OUT NUMBER Required
1221: -- x_msg_data OUT VARCHAR2 Required
1222: --

Line 1401: -- Standard start of API savepoint.

1397: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
1398: FND_LOG.string(FND_LOG.level_procedure, l_debug_key ||'.begin', 'Start of the API.');
1399: END IF;
1400:
1401: -- Standard start of API savepoint.
1402: SAVEPOINT Receive_Against_RMA_Pvt;
1403:
1404: -- Initialize Procedure return status to success.
1405: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

1403:
1404: -- Initialize Procedure return status to success.
1405: x_return_status := FND_API.G_RET_STS_SUCCESS;
1406:
1407: -- Standard call to check for call compatibility.
1408: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
1409: l_api_name, G_PKG_NAME) THEN
1410: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1411: END IF;

Line 2212: -- Standard call to get message count and initialise the OUT parameters.

2208:
2209: -- Set the OUT parameter x_request_id with l_req_id.
2210: x_request_id := l_request_id;
2211:
2212: -- Standard call to get message count and initialise the OUT parameters.
2213: FND_MSG_PUB.Count_And_Get
2214: ( p_count => x_msg_count,
2215: p_data => x_msg_data,
2216: p_encoded => FND_API.G_FALSE