DBA Data[Home] [Help]

APPS.POR_UTIL_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 2281: org_organization_definitions ood,

2277: into l_dest_currency
2278: ,l_set_of_books_id,
2279: l_def_rate_type
2280: from gl_sets_of_books gsob,
2281: org_organization_definitions ood,
2282: po_system_parameters psp
2283: where ood.set_of_books_id = gsob.set_of_books_id
2284: and ood.organization_id = x_dest_organization_id;
2285: