DBA Data[Home] [Help]

APPS.PA_PM_FUNCTION_SECURITY_PUB dependencies on STANDARD

Line 51: -- Standard Api compatibility call

47:
48: IF G_found_or_not = 'N' THEN
49:
50:
51: -- Standard Api compatibility call
52: IF NOT FND_API.Compatible_API_Call ( l_api_version_number ,
53: p_api_version_number ,
54: l_api_name ,
55: G_PKG_NAME )

Line 910: /* Set module name and other standard things like setting error stack etc. */

906: l_plan_class VARCHAR2(2000); /* Return value of a function */
907: l_function_name VARCHAR2(2000);
908:
909: BEGIN
910: /* Set module name and other standard things like setting error stack etc. */
911: x_return_status := FND_API.G_RET_STS_SUCCESS;
912:
913: l_module_name := g_module_name;
914: p_pa_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');