DBA Data[Home] [Help]

APPS.JTF_MSITE_RESP_PVT dependencies on STANDARD

Line 600: -- Standard Start of API savepoint

596: l_rowid VARCHAR2(30);
597:
598: BEGIN
599:
600: -- Standard Start of API savepoint
601: SAVEPOINT create_msite_resp_pvt;
602:
603: -- Standard call to check for call compatibility.
604: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

599:
600: -- Standard Start of API savepoint
601: SAVEPOINT create_msite_resp_pvt;
602:
603: -- Standard call to check for call compatibility.
604: IF NOT FND_API.Compatible_API_Call(l_api_version,
605: p_api_version,
606: l_api_name,
607: G_PKG_NAME)

Line 694: -- Standard check of p_commit.

690:
691: --
692: -- End of main API body.
693:
694: -- Standard check of p_commit.
695: IF (FND_API.To_Boolean(p_commit)) THEN
696: COMMIT WORK;
697: END IF;
698:

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

695: IF (FND_API.To_Boolean(p_commit)) THEN
696: COMMIT WORK;
697: END IF;
698:
699: -- Standard call to get message count and if count is 1, get message info.
700: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
701: p_data => x_msg_data,
702: p_encoded => 'F');
703:

Line 769: -- Standard Start of API savepoint

765: AND application_id = l_c_application_id;
766:
767: BEGIN
768:
769: -- Standard Start of API savepoint
770: SAVEPOINT update_msite_resp_pvt;
771:
772: -- Standard call to check for call compatibility.
773: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

768:
769: -- Standard Start of API savepoint
770: SAVEPOINT update_msite_resp_pvt;
771:
772: -- Standard call to check for call compatibility.
773: IF NOT FND_API.Compatible_API_Call(l_api_version,
774: p_api_version,
775: l_api_name,
776: G_PKG_NAME)

Line 889: -- standard check of p_commit.

885:
886: --
887: -- end of main api body.
888:
889: -- standard check of p_commit.
890: IF (FND_API.to_boolean(p_commit)) THEN
891: COMMIT WORK;
892: END IF;
893:

Line 894: -- standard call to get message count and if count is 1, get message info.

890: IF (FND_API.to_boolean(p_commit)) THEN
891: COMMIT WORK;
892: END IF;
893:
894: -- standard call to get message count and if count is 1, get message info.
895: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
896: p_data => x_msg_data,
897: p_encoded => 'F');
898:

Line 959: -- Standard Start of API savepoint

955: AND application_id = l_c_application_id;
956:
957: BEGIN
958:
959: -- Standard Start of API savepoint
960: SAVEPOINT delete_msite_resp_pvt;
961:
962: -- Standard call to check for call compatibility.
963: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

958:
959: -- Standard Start of API savepoint
960: SAVEPOINT delete_msite_resp_pvt;
961:
962: -- Standard call to check for call compatibility.
963: IF NOT FND_API.Compatible_API_Call(l_api_version,
964: p_api_version,
965: l_api_name,
966: G_PKG_NAME)