DBA Data[Home] [Help]

APPS.IES_QUESTIONS_PVT dependencies on IES_QUESTIONS_PVT

Line 1: PACKAGE BODY IES_QUESTIONS_PVT AS

1: PACKAGE BODY IES_QUESTIONS_PVT AS
2: /* $Header: iesvieqb.pls 115.15 2003/06/06 20:16:17 prkotha ship $ */
3:
4: PROCEDURE Insert_Question
5: ( p_api_version IN NUMBER := 1 ,

Line 274: END IES_QUESTIONS_PVT;

270: ROLLBACK TO Update_Question_PVT;
271: x_return_status := 'E';
272: x_msg_data := 'Error ' || TO_CHAR(SQLCODE) ||':'||SQLERRM;
273: END Update_Question;
274: END IES_QUESTIONS_PVT;