DBA Data[Home] [Help]

APPS.AHL_VWP_UNPLAN_TASKS_PVT dependencies on STANDARD

Line 798: -- Standard check of p_commit.

794: ------------------------- finish -------------------------------
795: --
796: -- END of API body.
797: --
798: -- Standard check of p_commit.
799: IF Fnd_Api.To_Boolean ( p_commit ) THEN
800: COMMIT WORK;
801: END IF;
802:

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

799: IF Fnd_Api.To_Boolean ( p_commit ) THEN
800: COMMIT WORK;
801: END IF;
802:
803: -- Standard call to get message count and if count is 1, get message info
804: Fnd_Msg_Pub.count_and_get(
805: p_encoded => Fnd_Api.g_false,
806: p_count => x_msg_count,
807: p_data => x_msg_data

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

905:
906: -- Initialize API return status to success
907: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
908:
909: -- Standard call to check for call compatibility.
910: IF NOT Fnd_Api.compatible_api_call(
911: l_api_version,
912: p_api_version,
913: l_api_name,

Line 1066: --Standard check to count messages

1062: X_MSG_DATA => l_msg_data );
1063:
1064: END IF;
1065:
1066: --Standard check to count messages
1067: l_msg_count := Fnd_Msg_Pub.count_msg;
1068:
1069: IF l_msg_count > 0 OR l_return_status <> Fnd_Api.G_RET_STS_SUCCESS THEN
1070: X_msg_count := l_msg_count;

Line 1156: --Standard check to count messages

1152: x_msg_count => l_msg_count,
1153: x_msg_data => l_msg_data,
1154: p_task_id => l_task_rec.visit_task_id);
1155:
1156: --Standard check to count messages
1157: l_msg_count := Fnd_Msg_Pub.count_msg;
1158:
1159: IF l_msg_count > 0 OR l_return_status <> Fnd_Api.G_RET_STS_SUCCESS THEN
1160: x_msg_count := l_msg_count;

Line 1214: --Standard check to count messages

1210: END IF;
1211:
1212: END IF;
1213:
1214: --Standard check to count messages
1215: l_msg_count := Fnd_Msg_Pub.count_msg;
1216:
1217: IF l_msg_count > 0 THEN
1218: X_msg_count := l_msg_count;

Line 1223: --Standard check for commit

1219: X_return_status := Fnd_Api.G_RET_STS_ERROR;
1220: RAISE Fnd_Api.G_EXC_ERROR;
1221: END IF;
1222:
1223: --Standard check for commit
1224: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
1225: COMMIT;
1226: END IF;
1227:

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

1311:
1312: -- Initialize API return status to success
1313: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
1314:
1315: -- Standard call to check for call compatibility.
1316: IF NOT Fnd_Api.compatible_api_call(
1317: l_api_version,
1318: p_api_version,
1319: l_api_name,