DBA Data[Home] [Help]

APPS.PA_RESOURCE_LIST_PKG dependencies on STANDARD

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

1: PACKAGE BODY PA_Resource_List_Pkg AS
2: /* $Header: PARELITB.pls 120.1 2005/08/19 16:50:13 mwasowic noship $ */
3: -- Standard Table Handler procedures for PA_RESOURCE_LISTS table
4:
5: PROCEDURE Insert_parent_row (X_ROW_ID IN OUT NOCOPY VARCHAR2, --File.Sql.39 bug 4440895
6: X_RESOURCE_LIST_MEMBER_ID NUMBER,
7: X_RESOURCE_LIST_ID NUMBER,

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

170: Close Parent_Res_Cur;
171: Raise NO_DATA_FOUND;
172: End If;
173: Close Parent_Res_Cur;
174: /*Commenting the exception block for the bug 3355209 since 1)it is again standards
175: 2) FND_MESSAGE.SET_NAME('PA' ,SQLERRM) is wrong which was returning no_data_found
176: Exception
177: When Others Then
178: FND_MESSAGE.SET_NAME('PA' ,SQLERRM);

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

432: Close Child_Res_Cur;
433: Raise NO_DATA_FOUND;
434: End If;
435: Close CHILD_Res_Cur;
436: /*Commenting the exception block for the bug 3355209 since 1)it is again standards
437: 2) FND_MESSAGE.SET_NAME('PA' ,SQLERRM) is wrong which was returning no_data_found
438: Exception
439: When Others Then
440: FND_MESSAGE.SET_NAME('PA' ,SQLERRM);