DBA Data[Home] [Help]

APPS.AHL_REPORT_UTILS_PVT dependencies on STANDARD

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

690:
691: -- Initialize API return status to success
692: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
693:
694: -- Standard call to check for call compatibility.
695: IF NOT Fnd_Api.COMPATIBLE_API_CALL(l_api_version,
696: p_api_version,
697: l_api_name,G_PKG_NAME)
698: THEN

Line 781: --Standard check for commit

777: COMMIT WORK;
778: END IF;
779:
780:
781: --Standard check for commit
782: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
783: COMMIT;
784: END IF;
785: