DBA Data[Home] [Help]

APPS.PA_RESOURCE_LIST_TBL_PKG dependencies on STANDARD

Line 3: -- Standard Table Handler procedures for PA_RESOURCE_LISTS table

1: PACKAGE BODY PA_Resource_List_tbl_Pkg AS
2: /* $Header: PARELSTB.pls 120.1 2005/08/19 16:50:21 mwasowic noship $ */
3: -- Standard Table Handler procedures for PA_RESOURCE_LISTS table
4:
5: -- History:
6: --
7: -- 16-MAR-2004 smullapp created

Line 230: /*Commenting the exception block for the bug 3355209 since it is again standards

226: Close Res_Cur;
227: Raise NO_DATA_FOUND;
228: End If;
229: Close Res_Cur;
230: /*Commenting the exception block for the bug 3355209 since it is again standards
231: Exception
232: When Others Then
233: Bug2510641 Begin
234: -- FND_MESSAGE.SET_NAME('PA' ,SQLERRM);