DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on APP_EXCEPTION

Line 281: APP_EXCEPTION.Raise_Exception;

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

Line 450: APP_EXCEPTION.Raise_Exception;

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

Line 543: APP_EXCEPTION.Raise_Exception;

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