DBA Data[Home] [Help]

APPS.FEM_WEBADI_MEMBER_UTILS_PVT dependencies on APP_EXCEPTION

Line 3275: APP_EXCEPTION.Raise_Exception ;

3271: CLOSE l_avlble_col_map_seq_csr ;
3272: --
3273: IF ( l_avlbl_attrseq_tbl.COUNT < l_attr_label_tbl.COUNT )
3274: THEN
3275: APP_EXCEPTION.Raise_Exception ;
3276: ELSE
3277: --
3278: -- Populate global table with changed
3279: -- attributes

Line 3988: APP_EXCEPTION.Raise_Exception ; */

3984: --
3985: WHEN OTHERS THEN
3986: --
3987: -- Need to decide.
3988: APP_EXCEPTION.Raise_Exception ; */
3989: END ;
3990: --
3991: END ;
3992: --

Line 4488: APP_EXCEPTION.Raise_Exception ;*/

4484: --
4485: -- Give up now. Report the exception back to Web ADI.
4486: WHEN OTHERS THEN
4487: --
4488: APP_EXCEPTION.Raise_Exception ;*/
4489: --
4490: END ;
4491: --
4492: END ;

Line 6024: APP_EXCEPTION.Raise_Exception() ;

6020:
6021: -- For the time being, using Raise_Exception
6022: -- to raise the exception to Excel. Need to
6023: -- decide the text of error message.
6024: APP_EXCEPTION.Raise_Exception() ;
6025: --*/
6026: END Upload_Member_Interface ;
6027:
6028: