DBA Data[Home] [Help]

APPS.QA_VENDORMERGE_GRP dependencies on STANDARD

Line 60: -- Standard Start of API savepoint

56: l_api_version CONSTANT NUMBER := 1.0;
57:
58: BEGIN
59:
60: -- Standard Start of API savepoint
61: SAVEPOINT qa_VendorMerge_grp;
62:
63: -- Standard call to check for call compatibility.
64: IF NOT fnd_api.compatible_API_call(l_api_version, nvl(p_api_version,

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

59:
60: -- Standard Start of API savepoint
61: SAVEPOINT qa_VendorMerge_grp;
62:
63: -- Standard call to check for call compatibility.
64: IF NOT fnd_api.compatible_API_call(l_api_version, nvl(p_api_version,
65: 1.0), l_api_name, g_pkg_name) THEN
66: RAISE fnd_api.G_EXC_UNEXPECTED_ERROR;
67: END IF;

Line 70: -- Standard call to reset message stack if needed.

66: RAISE fnd_api.G_EXC_UNEXPECTED_ERROR;
67: END IF;
68:
69: --
70: -- Standard call to reset message stack if needed.
71: -- NULL is intentionally treated as false by this statement.
72: --
73: IF p_init_msg_list = fnd_api.G_TRUE THEN
74: fnd_msg_pub.initialize;