DBA Data[Home] [Help]

APPS.INV_INVARCTA_XMLP_PKG dependencies on GL_SETS_OF_BOOKS

Line 83: gl_sets_of_books gsob,

79: LP_FROM_DATE := to_char(P_FROM_DATE, 'DD-MON-YYYY');
80:
81: select first_value(cur.precision) over() into pstd_precision
82: from org_organization_definitions org,
83: gl_sets_of_books gsob,
84: fnd_currencies cur
85: where org.organization_id = p_org_id
86: and org.set_of_books_id = gsob.set_of_books_id
87: and cur.currency_code = gsob.currency_code;