DBA Data[Home] [Help]

APPS.AHL_VWP_PLAN_TASKS_PVT dependencies on STANDARD

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

1026: END IF;
1027: CLOSE C_VISIT;
1028:
1029: ------------------------- finish -------------------------------
1030: -- Standard call to get message count and if count is 1, get message info
1031: Fnd_Msg_Pub.count_and_get
1032: (
1033: p_encoded => Fnd_Api.g_false,
1034: p_count => x_msg_count,

Line 1044: -- Standard check of p_commit.

1040: IF x_msg_count > 0 THEN
1041: RAISE FND_API.G_EXC_ERROR;
1042: END IF;
1043:
1044: -- Standard check of p_commit.
1045: IF Fnd_Api.To_Boolean ( p_commit ) THEN
1046: COMMIT WORK;
1047: END IF;
1048:

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

1478:
1479: -- Initialize API return status to success
1480: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
1481:
1482: -- Standard call to check for call compatibility.
1483: IF NOT Fnd_Api.compatible_api_call(
1484: l_api_version,
1485: p_api_version,
1486: l_api_name,

Line 1641: -- Standard check to count messages

1637: X_MSG_DATA => l_msg_data );
1638:
1639: END IF;
1640:
1641: -- Standard check to count messages
1642: l_msg_count := Fnd_Msg_Pub.count_msg;
1643:
1644: IF l_msg_count > 0 OR NVL(l_return_status,'X') <> Fnd_Api.g_ret_sts_success THEN
1645: X_msg_count := l_msg_count;

Line 1807: --Standard check to count messages

1803: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
1804: fnd_log.string(fnd_log.level_statement,L_DEBUG,'After calling AHL_VWP_TIMES_PVT.Adjust_Task_Times - l_return_status : '||l_return_status);
1805: END IF;
1806:
1807: --Standard check to count messages
1808: l_msg_count := Fnd_Msg_Pub.count_msg;
1809:
1810: IF l_msg_count > 0 OR NVL(l_return_status,'X') <> Fnd_Api.g_ret_sts_success THEN
1811: x_msg_count := l_msg_count;

Line 1867: --Standard check to count messages

1863: x_return_status => x_return_status);
1864: END IF;
1865: END IF;
1866:
1867: --Standard check to count messages
1868: l_msg_count := Fnd_Msg_Pub.count_msg;
1869:
1870: IF l_msg_count > 0 THEN
1871: X_msg_count := l_msg_count;

Line 1876: --Standard check for commit

1872: X_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR;
1873: RAISE Fnd_Api.G_EXC_UNEXPECTED_ERROR;
1874: END IF;
1875:
1876: --Standard check for commit
1877: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
1878: COMMIT;
1879: END IF;
1880:

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

1960:
1961: -- Initialize API return status to success
1962: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
1963:
1964: -- Standard call to check for call compatibility.
1965: IF NOT Fnd_Api.compatible_api_call(
1966: l_api_version,
1967: p_api_version,
1968: l_api_name,