DBA Data[Home] [Help]

APPS.MSC_X_VMI_POREQ dependencies on FND_MESSAGE

Line 1403: ERRBUF:= FND_MESSAGE.GET;

1399:
1400: o_request_id := lvs_request_id;
1401:
1402: IF lvs_request_id = 0 THEN
1403: ERRBUF:= FND_MESSAGE.GET;
1404: END IF;
1405:
1406: RETCODE:= G_SUCCESS;
1407: