DBA Data[Home] [Help]

APPS.OKL_REVERSAL_PVT dependencies on FND_FILE

Line 87: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);

83: --Stubbed out this procedure for Bug 5707866 (SLA Uptake of periodic reversal concurrent program).
84:
85: FND_MESSAGE.SET_NAME( application =>g_app_name ,
86: NAME => 'OKL_OBS_PERD_REV_PRG' );
87: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);
88:
89: END REVERSE_ENTRIES;
90:
91: