DBA Data[Home] [Help]

APPS.AR_OBALREV_PKG dependencies on FND_FILE

Line 76: FND_FILE.PUT_LINE(FND_FILE.LOG,'1)gc_func_currency = "' || gc_func_currency || '"');

72: AND GL1.ledger_category_code = 'PRIMARY';
73:
74: EXCEPTION
75: WHEN NO_DATA_FOUND THEN
76: FND_FILE.PUT_LINE(FND_FILE.LOG,'1)gc_func_currency = "' || gc_func_currency || '"');
77: END;
78:
79: BEGIN
80: SELECT name

Line 96: FND_FILE.PUT_LINE(FND_FILE.LOG,'2)gc_exchange_rate_type = "' || gc_exchange_rate_type || '"');

92: FROM gl_daily_conversion_types gdct
93: WHERE gdct.conversion_type = P_EXCHANGE_RATE_TYPE;
94: EXCEPTION
95: WHEN NO_DATA_FOUND THEN
96: FND_FILE.PUT_LINE(FND_FILE.LOG,'2)gc_exchange_rate_type = "' || gc_exchange_rate_type || '"');
97: END;
98:
99: --***********************************************************************
100: ----build the where clause for gc_incl_domestic_inv_where

Line 175: FND_FILE.PUT_LINE(FND_FILE.LOG,lc_exchange_rate_type);

171:
172: RETURN TRUE;
173: EXCEPTION
174: WHEN EX_EXCHANGE_RATE_TYPE THEN
175: FND_FILE.PUT_LINE(FND_FILE.LOG,lc_exchange_rate_type);
176: RETURN FALSE;
177: END beforereport;
178:
179:

Line 200: FND_FILE.PUT_LINE(FND_FILE.LOG,lc_exchange_rate_type);

196: fnd_message.SET_TOKEN('CURRENCY',P_CURRENCY);
197: --Int'l Calendar Project
198: fnd_message.SET_TOKEN('P_AS_OF_DATE',fnd_date.date_to_chardate(gd_date_to1, calendar_aware=> FND_DATE.calendar_aware_alt));
199: lc_exchange_rate_type := FND_MESSAGE.GET;
200: FND_FILE.PUT_LINE(FND_FILE.LOG,lc_exchange_rate_type);
201: raise_application_error (-20101,lc_exchange_rate_type);
202: ln_exch_rate:=NULL;
203: ELSIF ln_exch_rate = -2 THEN
204: FND_FILE.PUT_LINE(FND_FILE.LOG,'Invalid Currency exception raised in GL_CURRENCY_API');

Line 204: FND_FILE.PUT_LINE(FND_FILE.LOG,'Invalid Currency exception raised in GL_CURRENCY_API');

200: FND_FILE.PUT_LINE(FND_FILE.LOG,lc_exchange_rate_type);
201: raise_application_error (-20101,lc_exchange_rate_type);
202: ln_exch_rate:=NULL;
203: ELSIF ln_exch_rate = -2 THEN
204: FND_FILE.PUT_LINE(FND_FILE.LOG,'Invalid Currency exception raised in GL_CURRENCY_API');
205: ln_exch_rate:=NULL;
206: END IF;
207: ELSE
208: ln_exch_rate:=1;