DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PUB dependencies on STANDARD

Line 276: -- standard call to check for API call compatibility.

272: -- ** API compatibility check and initialization
273: -- ****************************************************
274:
275: -- check version of the API
276: -- standard call to check for API call compatibility.
277:
278: if not FND_API.compatible_api_call
279: (G_API_VERSION
280: ,p_api_version

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

962: if FND_API.to_boolean(p_commit) then
963: COMMIT WORK;
964: end if;
965:
966: -- Standard call to get message count and if count is 1 get message info.
967: FND_MSG_PUB.count_and_get(p_count => x_msg_count
968: ,p_data => x_msg_data
969: );
970:

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

3362: if FND_API.to_boolean(p_commit) then
3363: COMMIT WORK;
3364: end if;
3365:
3366: -- Standard call to get message count and if count is 1 get message info.
3367: FND_MSG_PUB.count_and_get(p_count => x_msg_count
3368: ,p_data => x_msg_data
3369: );
3370:

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

4564: if FND_API.to_boolean(p_commit) then
4565: COMMIT WORK;
4566: end if;
4567:
4568: -- Standard call to get message count and if count is 1 get message info.
4569: FND_MSG_PUB.count_and_get(p_count => x_msg_count
4570: ,p_data => x_msg_data
4571: );
4572:

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

5792: if FND_API.to_boolean(p_commit) then
5793: COMMIT WORK;
5794: end if;
5795:
5796: -- Standard call to get message count and if count is 1 get message info.
5797: FND_MSG_PUB.count_and_get(p_count => x_msg_count
5798: ,p_data => x_msg_data
5799: );
5800: