DBA Data[Home] [Help]

APPS.QA_SECURITY_PKG dependencies on APP_EXCEPTION

Line 47: APP_EXCEPTION.RAISE_EXCEPTION;

43: x_success => result,
44: x_errorcode => errorcode);
45:
46: IF (result = 'F') THEN
47: APP_EXCEPTION.RAISE_EXCEPTION;
48: END IF;
49:
50: --test_mesg1('grant_id: '||x1_grant_guid);
51: --test_mesg1('result : '||result);

Line 73: APP_EXCEPTION.RAISE_EXCEPTION;

69: x_success => result,
70: x_errorcode => errorcode);
71:
72: IF (result = 'F') THEN
73: APP_EXCEPTION.RAISE_EXCEPTION;
74: END IF;
75:
76: x1_grant_guid := null;
77: --test_mesg1('After Revoke : '||x1_grant_guid);

Line 174: APP_EXCEPTION.RAISE_EXCEPTION;

170: -- This change in the FND API was made in AFSCDSCB.pls version 115.53
171: -- abd corrected in 115.69. See the bug for more info. - kabalakr.
172:
173: IF (x1_return_status IN ('E','U','L')) THEN
174: APP_EXCEPTION.RAISE_EXCEPTION;
175: END IF;
176:
177: --test_mesg1('return_status: '|| v_return_status);
178: end;