DBA Data[Home] [Help]

APPS.AHL_PRD_RESOURCE_TRANX_PVT dependencies on STANDARD

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

1031: END IF;
1032:
1033:
1034:
1035: -- Standard call to check for call compatibility.
1036:
1037: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version,
1038: p_api_version,
1039: l_api_name,G_PKG_NAME) THEN

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

1585: END IF;
1586:
1587:
1588:
1589: -- Standard call to check for call compatibility.
1590:
1591: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version,
1592: p_api_version,
1593: l_api_name,G_PKG_NAME) THEN

Line 1903: --# Standard IN Parameters

1899: /*##################################################################################################*/
1900: --# NAME
1901: --# PROCEDURE: Get_Resource_Txn_Defaults
1902: --# PARAMETERS
1903: --# Standard IN Parameters
1904: --# p_api_version IN NUMBER := 1.0
1905: --# p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE
1906: --# p_module_type IN VARCHAR2 := NULL
1907: --#

Line 1908: --# Standard OUT Parameters

1904: --# p_api_version IN NUMBER := 1.0
1905: --# p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE
1906: --# p_module_type IN VARCHAR2 := NULL
1907: --#
1908: --# Standard OUT Parameters
1909: --# x_return_status OUT NOCOPY VARCHAR2
1910: --# x_msg_count OUT NOCOPY NUMBER
1911: --# x_msg_data OUT NOCOPY VARCHAR2
1912: --#