DBA Data[Home] [Help]

APPS.AHL_VWP_UNPLAN_TASKS_PVT dependencies on STANDARD

Line 757: -- Standard check of p_commit.

753: ------------------------- finish -------------------------------
754: --
755: -- END of API body.
756: --
757: -- Standard check of p_commit.
758: IF Fnd_Api.To_Boolean ( p_commit ) THEN
759: COMMIT WORK;
760: END IF;
761:

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

758: IF Fnd_Api.To_Boolean ( p_commit ) THEN
759: COMMIT WORK;
760: END IF;
761:
762: -- Standard call to get message count and if count is 1, get message info
763: Fnd_Msg_Pub.count_and_get(
764: p_encoded => Fnd_Api.g_false,
765: p_count => x_msg_count,
766: p_data => x_msg_data

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

865:
866: -- Initialize API return status to success
867: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
868:
869: -- Standard call to check for call compatibility.
870: IF NOT Fnd_Api.compatible_api_call(
871: l_api_version,
872: p_api_version,
873: l_api_name,

Line 1026: --Standard check to count messages

1022: X_MSG_DATA => l_msg_data );
1023:
1024: END IF;
1025:
1026: --Standard check to count messages
1027: l_msg_count := Fnd_Msg_Pub.count_msg;
1028:
1029: IF l_msg_count > 0 OR l_return_status <> Fnd_Api.G_RET_STS_SUCCESS THEN
1030: X_msg_count := l_msg_count;

Line 1186: --Standard check to count messages

1182: x_msg_data => l_msg_data,
1183: p_task_id => l_task_rec.visit_task_id);
1184: END IF;
1185:
1186: --Standard check to count messages
1187: l_msg_count := Fnd_Msg_Pub.count_msg;
1188:
1189: IF l_msg_count > 0 OR l_return_status <> Fnd_Api.G_RET_STS_SUCCESS THEN
1190: x_msg_count := l_msg_count;

Line 1244: --Standard check to count messages

1240: END IF;
1241:
1242: END IF;
1243:
1244: --Standard check to count messages
1245: l_msg_count := Fnd_Msg_Pub.count_msg;
1246:
1247: IF l_msg_count > 0 THEN
1248: X_msg_count := l_msg_count;

Line 1253: --Standard check for commit

1249: X_return_status := Fnd_Api.G_RET_STS_ERROR;
1250: RAISE Fnd_Api.G_EXC_ERROR;
1251: END IF;
1252:
1253: --Standard check for commit
1254: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
1255: COMMIT;
1256: END IF;
1257:

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

1341:
1342: -- Initialize API return status to success
1343: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
1344:
1345: -- Standard call to check for call compatibility.
1346: IF NOT Fnd_Api.compatible_api_call(
1347: l_api_version,
1348: p_api_version,
1349: l_api_name,