DBA Data[Home] [Help]

APPS.FA_FAS445_XMLP_PKG dependencies on FND_PROFILE

Line 109: fnd_profile.get('PRINT_DEBUG',print_debug);

105: WHERE bc.book_type_code = P_BOOK
106: AND sob.set_of_books_id = bc.set_of_books_id
107: AND sob.currency_code = cur.currency_code;
108: Precision := l_precision;
109: fnd_profile.get('PRINT_DEBUG',print_debug);
110: return(l_precision);
111: END;
112: RETURN NULL; end;
113: function GAIN_NLSFormula return VARCHAR2 is