DBA Data[Home] [Help]

APPS.MTL_PENDING_STATUS_PKG dependencies on APP_EXCEPTION

Line 35: APP_EXCEPTION.Raise_Exception;

31: FETCH C INTO CONTROL_LEVEL ;
32: if (C%NOTFOUND) then
33: CLOSE C;
34:
35: APP_EXCEPTION.Raise_Exception;
36: end if;
37: CLOSE C;
38:
39:

Line 49: APP_EXCEPTION.Raise_Exception;

45: X_CUR_ORG_ID := SEL_ORG;
46: if (D%NOTFOUND) then
47:
48: close D;
49: APP_EXCEPTION.Raise_Exception;
50: end if;
51: CLOSE D;
52: ELSE
53:

Line 69: APP_EXCEPTION.Raise_Exception;

65: X_CUR_ORG_NAME := ORG_NAME;
66: */
67:
68: if (SQL%NOTFOUND) THEN
69: APP_EXCEPTION.Raise_Exception;
70: end if;
71:
72:
73: END get_org;