DBA Data[Home] [Help]

APPS.OKL_PROPERTY_TAX_STATEMENT_PVT dependencies on FND_GLOBAL

Line 292: l_request_id := Fnd_Global.CONC_REQUEST_ID;

288:
289: BEGIN
290: -- one time initializations
291: l_curr_code := okl_accounting_util.get_func_curr_code;
292: l_request_id := Fnd_Global.CONC_REQUEST_ID;
293:
294: --Product Title for the report: Oracle Leasing and Finance Management
295: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,RPAD(' ', 63 , ' ' ) || fnd_message.get_string('OKL','OKL_TITLE') || RPAD(' ', 63 , ' ' ));
296: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,' ');