DBA Data[Home] [Help]

APPS.BIM_I_SRC_CODE_PKG dependencies on STANDARD

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

50: RAISE FND_API.G_EXC_ERROR;
51: END IF;
52: bis_collection_utilities.log('Start of the Source Code Population Program');
53:
54: -- Standard call to check for call compatibility.
55: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
56: p_api_version_number,
57: l_api_name,
58: g_pkg_name)

Line 128: --Standard check of commit

124: ELSIF x_return_status = FND_API.g_ret_sts_unexp_error THEN
125: RAISE FND_API.g_exc_unexpected_error;
126: END IF;
127:
128: --Standard check of commit
129:
130: IF FND_API.To_Boolean ( p_commit ) THEN
131: COMMIT WORK;
132: END IF;

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

133:
134: COMMIT;
135:
136:
137: -- Standard call to get message count and if count is 1, get message info.
138: FND_MSG_PUB.Count_And_Get
139: (p_count => x_msg_count,
140: p_data => x_msg_data
141: );

Line 147: -- Standard call to get message count and if count=1, get the message

143: EXCEPTION
144:
145: WHEN FND_API.G_EXC_ERROR THEN
146: x_return_status := FND_API.G_RET_STS_ERROR;
147: -- Standard call to get message count and if count=1, get the message
148: FND_msg_PUB.Count_And_Get (
149: -- p_encoded => FND_API.G_FALSE,
150: p_count => x_msg_count,
151: p_data => x_msg_data

Line 164: -- Standard call to get message count and if count=1, get the message

160: fnd_msg_pub.dump_msg(l_counter);
161: end loop; */
162:
163: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
164: -- Standard call to get message count and if count=1, get the message
165: FND_msg_PUB.Count_And_Get (
166: --p_encoded => FND_API.G_FALSE,
167: p_count => x_msg_count,
168: p_data => x_msg_data

Line 177: -- Standard call to get message count and if count=1, get the message

173: IF FND_msg_PUB.Check_msg_Level ( FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
174: THEN
175: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
176: END IF;
177: -- Standard call to get message count and if count=1, get the message
178: FND_msg_PUB.Count_And_Get (
179: -- p_encoded => FND_API.G_FALSE,
180: p_count => x_msg_count,
181: p_data => x_msg_data

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

224:
225: BEGIN
226: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
227:
228: -- Standard call to check for call compatibility.
229: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
230: p_api_version_number,
231: l_api_name,
232: g_pkg_name)

Line 782: -- Standard call to get message count and if count=1, get the message

778: EXCEPTION
779:
780: WHEN FND_API.G_EXC_ERROR THEN
781: x_return_status := FND_API.G_RET_STS_ERROR;
782: -- Standard call to get message count and if count=1, get the message
783: FND_msg_PUB.Count_And_Get (
784: -- p_encoded => FND_API.G_FALSE,
785: p_count => x_msg_count,
786: p_data => x_msg_data

Line 795: -- Standard call to get message count and if count=1, get the message

791: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
792:
793: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
794:
795: -- Standard call to get message count and if count=1, get the message
796: FND_msg_PUB.Count_And_Get (
797: --p_encoded => FND_API.G_FALSE,
798: p_count => x_msg_count,
799: p_data => x_msg_data

Line 813: -- Standard call to get message count and if count=1, get the message

809: THEN
810: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
811: END IF;
812:
813: -- Standard call to get message count and if count=1, get the message
814: FND_msg_PUB.Count_And_Get (
815: -- p_encoded => FND_API.G_FALSE,
816: p_count => x_msg_count,
817: p_data => x_msg_data

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

859:
860:
861: BEGIN
862:
863: -- Standard call to check for call compatibility.
864: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
865: p_api_version_number,
866: l_api_name,
867: g_pkg_name)

Line 1524: -- Standard call to get message count and if count=1, get the message

1520: EXCEPTION
1521:
1522: WHEN FND_API.G_EXC_ERROR THEN
1523: x_return_status := FND_API.G_RET_STS_ERROR;
1524: -- Standard call to get message count and if count=1, get the message
1525: FND_msg_PUB.Count_And_Get (
1526: -- p_encoded => FND_API.G_FALSE,
1527: p_count => x_msg_count,
1528: p_data => x_msg_data

Line 1537: -- Standard call to get message count and if count=1, get the message

1533: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1534:
1535: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1536:
1537: -- Standard call to get message count and if count=1, get the message
1538: FND_msg_PUB.Count_And_Get (
1539: --p_encoded => FND_API.G_FALSE,
1540: p_count => x_msg_count,
1541: p_data => x_msg_data

Line 1555: -- Standard call to get message count and if count=1, get the message

1551: THEN
1552: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
1553: END IF;
1554:
1555: -- Standard call to get message count and if count=1, get the message
1556: FND_msg_PUB.Count_And_Get (
1557: -- p_encoded => FND_API.G_FALSE,
1558: p_count => x_msg_count,
1559: p_data => x_msg_data