DBA Data[Home] [Help]

APPS.FA_ROUND_PKG dependencies on FND_CURRENCIES

Line 15: from fnd_currencies curr, gl_sets_of_books sob,

11: BEGIN
12:
13: select curr.precision
14: into h_precision
15: from fnd_currencies curr, gl_sets_of_books sob,
16: fa_book_controls bc
17: where curr.currency_code = sob.currency_code
18: and sob.set_of_books_id = bc.set_of_books_id
19: and bc.book_type_code = X_book;

Line 38: from fnd_currencies curr, gl_sets_of_books sob,

34: BEGIN
35:
36: select curr.precision
37: into h_precision
38: from fnd_currencies curr, gl_sets_of_books sob,
39: fa_book_controls bc
40: where curr.currency_code = sob.currency_code
41: and sob.set_of_books_id = bc.set_of_books_id
42: and bc.book_type_code = X_book;

Line 62: from fnd_currencies curr, gl_sets_of_books sob,

58: BEGIN
59:
60: select curr.precision
61: into h_precision
62: from fnd_currencies curr, gl_sets_of_books sob,
63: fa_book_controls bc
64: where curr.currency_code = sob.currency_code
65: and sob.set_of_books_id = bc.set_of_books_id
66: and bc.book_type_code = X_book;