DBA Data[Home] [Help]

APPS.AHL_PRD_PRINT_PVT dependencies on STANDARD

Line 1484: -- Standard start of API savepoint

1480: 'At Begin of the Procedure Process_JCG_Request'
1481: );
1482: END IF;
1483:
1484: -- Standard start of API savepoint
1485: SAVEPOINT Process_JCG_Request_PVT;
1486:
1487: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
1488:

Line 3937: 'Standard Error : x_msg_count : '|| x_msg_count || ': x_msg_data : ' || x_msg_data

3933: IF (l_log_unexpected >= l_log_current_level)THEN
3934: fnd_log.string(
3935: l_log_unexpected,
3936: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name ,
3937: 'Standard Error : x_msg_count : '|| x_msg_count || ': x_msg_data : ' || x_msg_data
3938: );
3939: END IF;
3940: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3941: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 4240: -- Standard IN Parameters :

4236: -- Function : Handles front end requests to print Job Cards for CMRO Visits, MRs or Work Order
4237: -- Pre-reqs :
4238: -- Parameters :
4239: --
4240: -- Standard IN Parameters :
4241: -- p_api_version IN NUMBER Required
4242: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
4243: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
4244: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL

Line 4249: -- Standard OUT Parameters :

4245: -- p_default IN VARCHAR2 Default FND_API.G_TRUE
4246: -- Based on this flag, the API will set the default attributes.
4247: -- p_module_type In VARCHAR2 Default NULL
4248: -- This will be null.
4249: -- Standard OUT Parameters :
4250: -- x_return_status OUT VARCHAR2 Required
4251: -- x_msg_count OUT NUMBER Required
4252: -- x_msg_data OUT VARCHAR2 Required
4253: --

Line 4293: -- Standard start of API savepoint

4289: l_return_status VARCHAR2(1);
4290:
4291:
4292: BEGIN
4293: -- Standard start of API savepoint
4294: SAVEPOINT GENERATE_JCG_REQUEST_PVT;
4295:
4296: -- Standard call to check for call compatibility
4297: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

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

4292: BEGIN
4293: -- Standard start of API savepoint
4294: SAVEPOINT GENERATE_JCG_REQUEST_PVT;
4295:
4296: -- Standard call to check for call compatibility
4297: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
4298: G_PKG_NAME) THEN
4299: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4300: END IF;

Line 4372: -- Standard check of p_commit

4368: );
4369: END IF;
4370: END IF; -- l_req_id = 0 OR ..
4371:
4372: -- Standard check of p_commit
4373: IF FND_API.TO_BOOLEAN(p_commit) THEN
4374: COMMIT WORK;
4375: END IF;
4376:

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

4373: IF FND_API.TO_BOOLEAN(p_commit) THEN
4374: COMMIT WORK;
4375: END IF;
4376:
4377: -- Standard call to get message count and if count is 1, get message info
4378: FND_MSG_PUB.Count_And_Get
4379: ( p_count => x_msg_count,
4380: p_data => x_msg_data,
4381: p_encoded => fnd_api.g_false