DBA Data[Home] [Help]

APPS.INV_MGD_PERIOD_CONTROL_CP dependencies on FND_API

Line 154: x_errbuf := SUBSTRB(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE),1,255);

150: );
151: END IF;
152:
153: x_retcode := '2' ;
154: x_errbuf := SUBSTRB(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE),1,255);
155: ROLLBACK;
156: RAISE;
157:
158: END Run_Period_Control ;