DBA Data[Home] [Help]

APPS.OKL_ACCOUNT_BALANCES_PVT dependencies on FND_FILE

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

17: --Stubbed out this procedure for Bug 5707866 (SLA Uptake of Account Balances Report ,replaced by the Trial Balance View feature).
18:
19: FND_MESSAGE.SET_NAME( application =>g_app_name ,
20: NAME => 'OKL_OBS_ACCT_BAL_REP_PRG' );
21: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);
22:
23: END Get_Account_Balances;
24:
25: