DBA Data[Home] [Help]

APPS.AHL_PRD_RESOURCE_TRANX_PVT dependencies on STANDARD

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

1047: END IF;
1048:
1049:
1050:
1051: -- Standard call to check for call compatibility.
1052:
1053: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version,
1054: p_api_version,
1055: l_api_name,G_PKG_NAME) THEN

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

1627: END IF;
1628:
1629:
1630:
1631: -- Standard call to check for call compatibility.
1632:
1633: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version,
1634: p_api_version,
1635: l_api_name,G_PKG_NAME) THEN

Line 1945: --# Standard IN Parameters

1941: /*##################################################################################################*/
1942: --# NAME
1943: --# PROCEDURE: Get_Resource_Txn_Defaults
1944: --# PARAMETERS
1945: --# Standard IN Parameters
1946: --# p_api_version IN NUMBER := 1.0
1947: --# p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE
1948: --# p_module_type IN VARCHAR2 := NULL
1949: --#

Line 1950: --# Standard OUT Parameters

1946: --# p_api_version IN NUMBER := 1.0
1947: --# p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE
1948: --# p_module_type IN VARCHAR2 := NULL
1949: --#
1950: --# Standard OUT Parameters
1951: --# x_return_status OUT NOCOPY VARCHAR2
1952: --# x_msg_count OUT NOCOPY NUMBER
1953: --# x_msg_data OUT NOCOPY VARCHAR2
1954: --#