DBA Data[Home] [Help]

APPS.AHL_VWP_PLAN_TASKS_PVT dependencies on STANDARD

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

959: END IF;
960: CLOSE C_VISIT;
961:
962: ------------------------- finish -------------------------------
963: -- Standard call to get message count and if count is 1, get message info
964: Fnd_Msg_Pub.count_and_get
965: (
966: p_encoded => Fnd_Api.g_false,
967: p_count => x_msg_count,

Line 977: -- Standard check of p_commit.

973: IF x_msg_count > 0 THEN
974: RAISE FND_API.G_EXC_ERROR;
975: END IF;
976:
977: -- Standard check of p_commit.
978: IF Fnd_Api.To_Boolean ( p_commit ) THEN
979: COMMIT WORK;
980: END IF;
981:

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

1326:
1327: -- Initialize API return status to success
1328: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
1329:
1330: -- Standard call to check for call compatibility.
1331: IF NOT Fnd_Api.compatible_api_call(
1332: l_api_version,
1333: p_api_version,
1334: l_api_name,

Line 1489: -- Standard check to count messages

1485: X_MSG_DATA => l_msg_data );
1486:
1487: END IF;
1488:
1489: -- Standard check to count messages
1490: l_msg_count := Fnd_Msg_Pub.count_msg;
1491:
1492: IF l_msg_count > 0 OR NVL(l_return_status,'X') <> Fnd_Api.g_ret_sts_success THEN
1493: X_msg_count := l_msg_count;

Line 1582: --Standard check to count messages

1578: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
1579: fnd_log.string(fnd_log.level_statement,L_DEBUG,'After calling AHL_VWP_TIMES_PVT.Adjust_Task_Times - l_return_status : '||l_return_status);
1580: END IF;
1581:
1582: --Standard check to count messages
1583: l_msg_count := Fnd_Msg_Pub.count_msg;
1584:
1585: IF l_msg_count > 0 OR NVL(l_return_status,'X') <> Fnd_Api.g_ret_sts_success THEN
1586: x_msg_count := l_msg_count;

Line 1642: --Standard check to count messages

1638: x_return_status => x_return_status);
1639: END IF;
1640: END IF;
1641:
1642: --Standard check to count messages
1643: l_msg_count := Fnd_Msg_Pub.count_msg;
1644:
1645: IF l_msg_count > 0 THEN
1646: X_msg_count := l_msg_count;

Line 1651: --Standard check for commit

1647: X_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR;
1648: RAISE Fnd_Api.G_EXC_UNEXPECTED_ERROR;
1649: END IF;
1650:
1651: --Standard check for commit
1652: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
1653: COMMIT;
1654: END IF;
1655:

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

1735:
1736: -- Initialize API return status to success
1737: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
1738:
1739: -- Standard call to check for call compatibility.
1740: IF NOT Fnd_Api.compatible_api_call(
1741: l_api_version,
1742: p_api_version,
1743: l_api_name,