DBA Data[Home] [Help]

APPS.AHL_VWP_VISIT_MR_PVT dependencies on STANDARD

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

65:
66: -- Initialize API return status to success
67: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
68:
69: -- Standard call to check for call compatibility.
70: IF NOT Fnd_Api.COMPATIBLE_API_CALL(l_api_version,
71: p_api_version,
72: l_api_name,G_PKG_NAME)
73: THEN

Line 109: --Standard check to count messages

105: --
106: -- END of API body.
107:
108: -- Added be amagrawa beased on review comments
109: --Standard check to count messages
110: l_msg_count := Fnd_Msg_Pub.count_msg;
111:
112: IF l_msg_count > 0 THEN
113: X_msg_count := l_msg_count;

Line 119: -- Standard check of p_commit.

115: RAISE Fnd_Api.G_EXC_ERROR;
116: END IF;
117:
118: --
119: -- Standard check of p_commit.
120: IF Fnd_Api.To_Boolean ( p_commit ) THEN
121: COMMIT WORK;
122: END IF;
123: