[PostHandlerFor(classStr(TestCustomDP), methodstr(TestCustomDP, processReport))]
public static void getTmpTablePostHandler(XppPrePostArgs arguments)
{
TestCustomDP getDpInstance = arguments.getThis() as TestCustomDP;
TestCustomTmp tmpTable = getDpInstance.getTmpTestCustomTmp();
ttsbegin; while select forUpdate tmpTable { // TODO - write your own business logic } ttscommit; }
ttsbegin; while select forUpdate tmpTable { // TODO - write your own business logic } ttscommit; }
No comments:
Post a Comment