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.2 2012/01/03 13:21:38 djambhek ship $ */
3: -- Standard Table Handler procedures for PA_RESOURCE_LISTS table
4:
5: -- History:
6: --
7: -- 16-MAR-2004 smullapp created

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

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