DBA Data[Home] [Help]

APPS.IBE_DSP_HIERARCHY_QUERY_PVT dependencies on STANDARD

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

794: AND child_section_id = l_c_section_id;
795:
796: BEGIN
797:
798: -- Standard call to check for call compatibility.
799: IF NOT FND_API.Compatible_API_Call(l_api_version,
800: p_api_version,
801: l_api_name,
802: G_PKG_NAME)

Line 901: -- Standard check of p_commit.

897:
898: --
899: -- End of main API body.
900:
901: -- Standard check of p_commit.
902: IF (FND_API.To_Boolean(p_commit)) THEN
903: COMMIT WORK;
904: END IF;
905:

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

902: IF (FND_API.To_Boolean(p_commit)) THEN
903: COMMIT WORK;
904: END IF;
905:
906: -- Standard call to get message count and if count is 1, get message info.
907: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
908: p_data => x_msg_data,
909: p_encoded => 'F');
910:

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

1046: l_master_root_section_id NUMBER;
1047:
1048: BEGIN
1049:
1050: -- Standard call to check for call compatibility.
1051: IF NOT FND_API.Compatible_API_Call(l_api_version,
1052: p_api_version,
1053: l_api_name,
1054: G_PKG_NAME)

Line 1121: -- Standard check of p_commit.

1117:
1118: --
1119: -- End of main API body.
1120:
1121: -- Standard check of p_commit.
1122: IF (FND_API.To_Boolean(p_commit)) THEN
1123: COMMIT WORK;
1124: END IF;
1125:

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

1122: IF (FND_API.To_Boolean(p_commit)) THEN
1123: COMMIT WORK;
1124: END IF;
1125:
1126: -- Standard call to get message count and if count is 1, get message info.
1127: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1128: p_data => x_msg_data,
1129: p_encoded => 'F');
1130: