DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on APP_EXCEPTION

Line 280: APP_EXCEPTION.Raise_Exception;

276: x_msg_count => l_msg_count,
277: x_msg_data => l_msg_data);
278:
279: IF (l_return_status <> 'S') THEN
280: APP_EXCEPTION.Raise_Exception;
281: END IF;
282:
283: --
284:

Line 449: APP_EXCEPTION.Raise_Exception;

445: 'PO', -- p_calling_mode
446: 'N',
447: x_return_code,
448: 'Y'))) THEN
449: APP_EXCEPTION.Raise_Exception;
450: END IF ;
451:
452: /* 858071 - SVAIDYAN : Call maintain_supply after po_actions.close_po so
453: that supply is created correctly.

Line 542: APP_EXCEPTION.Raise_Exception;

538: x_msg_count => l_msg_count,
539: x_msg_data => l_msg_data);
540:
541: IF (l_return_status <> 'S') THEN
542: APP_EXCEPTION.Raise_Exception;
543: END IF;
544:
545: -- PO_RELGEN_PKG1.ARCHIVE_RELEASE(x_po_release_id);
546: --