DBA Data[Home] [Help]

APPS.AHL_INV_RESERVATIONS_GRP dependencies on STANDARD

Line 83: -- Standard start of API savepoint

79: l_requested_quantity NUMBER := null;
80: l_completed_quantity NUMBER := null;
81:
82: BEGIN
83: -- Standard start of API savepoint
84: SAVEPOINT GET_AVAILABLE_SUPP_DMND_GRP;
85:
86: -- Initialize return status to success before any code logic/validation
87: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

85:
86: -- Initialize return status to success before any code logic/validation
87: x_return_status := FND_API.G_RET_STS_SUCCESS;
88:
89: -- Standard call to check for call compatibility
90: IF NOT FND_API.COMPATIBLE_API_CALL (l_api_version, p_api_version_number, l_api_name, G_PKG_NAME)
91: THEN
92: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
93: END IF;

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

190: THEN
191: RAISE FND_API.G_EXC_ERROR;
192: END IF;
193:
194: -- Standard call to get message count and if count is 1, get message info
195: FND_MSG_PUB.count_and_get
196: (
197: p_count => x_msg_count,
198: p_data => x_msg_data,

Line 314: -- Standard start of API savepoint

310: AND aw.visit_task_id= vt.visit_task_id );
311: -- local variables
312: l_scheduled_material_id NUMBER := null;
313: BEGIN
314: -- Standard start of API savepoint
315: SAVEPOINT VALIDATE_SUPPLY_DEMAND_GRP;
316:
317: -- Initialize return status to success before any code logic/validation
318: x_return_status:= FND_API.G_RET_STS_SUCCESS;

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

316:
317: -- Initialize return status to success before any code logic/validation
318: x_return_status:= FND_API.G_RET_STS_SUCCESS;
319:
320: -- Standard call to check for call compatibility
321: IF NOT FND_API.COMPATIBLE_API_CALL (l_api_version, p_api_version_number, l_api_name, G_PKG_NAME)
322: THEN
323: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
324: END IF;

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

554: THEN
555: RAISE FND_API.G_EXC_ERROR;
556: END IF;
557:
558: -- Standard call to get message count and if count is 1, get message info
559: FND_MSG_PUB.count_and_get
560: (
561: p_count => x_msg_count,
562: p_data => x_msg_data,