DBA Data[Home] [Help]

APPS.AHL_OSP_RCV_PVT dependencies on STANDARD

Line 908: -- Standard IN Parameters:

904: -- Pre-reqs :
905: --
906: -- Parameters:
907: --
908: -- Standard IN Parameters:
909: -- p_api_version IN NUMBER Required
910: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
911: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
912: -- p_validation_level IN NUMBER Required

Line 915: -- Standard OUT Parameters:

911: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
912: -- p_validation_level IN NUMBER Required
913: -- p_module_type IN VARCHAR2 Default NULL
914: --
915: -- Standard OUT Parameters:
916: -- x_return_status OUT VARCHAR2 Required
917: -- x_msg_count OUT NUMBER Required
918: -- x_msg_data OUT VARCHAR2 Required
919: --

Line 1067: -- Standard start of API savepoint.

1063: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
1064: FND_LOG.string(FND_LOG.level_procedure, l_debug_key||'.begin', 'Start of the API. p_return_line_id: '||p_return_line_id);
1065: END IF;
1066:
1067: -- Standard start of API savepoint.
1068: SAVEPOINT Receive_Against_PO_Pvt;
1069:
1070: -- Initialize Procedure return status to success.
1071: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

1069:
1070: -- Initialize Procedure return status to success.
1071: x_return_status := FND_API.G_RET_STS_SUCCESS;
1072:
1073: -- Standard call to check for call compatibility.
1074: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
1075: l_api_name, G_PKG_NAME) THEN
1076: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1077: END IF;

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

1385:
1386: -- Set the OUT parameter x_request_id with l_req_id.
1387: x_request_id := l_req_id;
1388:
1389: -- Standard call to get message count and initialise the OUT parameters.
1390: FND_MSG_PUB.Count_And_Get
1391: ( p_count => x_msg_count,
1392: p_data => x_msg_data,
1393: p_encoded => FND_API.G_FALSE

Line 1441: -- Standard IN Parameters:

1437: -- Pre-reqs :
1438: --
1439: -- Parameters:
1440: --
1441: -- Standard IN Parameters:
1442: -- p_api_version IN NUMBER Required
1443: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
1444: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
1445: -- p_validation_level IN NUMBER Required

Line 1448: -- Standard OUT Parameters:

1444: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
1445: -- p_validation_level IN NUMBER Required
1446: -- p_module_type IN VARCHAR2 Default NULL
1447: --
1448: -- Standard OUT Parameters:
1449: -- x_return_status OUT VARCHAR2 Required
1450: -- x_msg_count OUT NUMBER Required
1451: -- x_msg_data OUT VARCHAR2 Required
1452: --

Line 1636: -- Standard start of API savepoint.

1632: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
1633: FND_LOG.string(FND_LOG.level_procedure, l_debug_key ||'.begin', 'Start of the API.');
1634: END IF;
1635:
1636: -- Standard start of API savepoint.
1637: SAVEPOINT Receive_Against_RMA_Pvt;
1638:
1639: -- Initialize Procedure return status to success.
1640: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

1638:
1639: -- Initialize Procedure return status to success.
1640: x_return_status := FND_API.G_RET_STS_SUCCESS;
1641:
1642: -- Standard call to check for call compatibility.
1643: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
1644: l_api_name, G_PKG_NAME) THEN
1645: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1646: END IF;

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

2487:
2488: -- Set the OUT parameter x_request_id with l_req_id.
2489: x_request_id := l_request_id;
2490:
2491: -- Standard call to get message count and initialise the OUT parameters.
2492: FND_MSG_PUB.Count_And_Get
2493: ( p_count => x_msg_count,
2494: p_data => x_msg_data,
2495: p_encoded => FND_API.G_FALSE