DBA Data[Home] [Help]

APPS.INV_INVARCTA_XMLP_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 82: from org_organization_definitions org,

78: LP_TO_DATE := to_char(P_TO_DATE, 'DD-MON-YYYY');
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