DBA Data[Home] [Help]

APPS.ITG_X_UTILS dependencies on INV_ORGANIZATION_INFO_V

Line 199: inv_organization_info_v org -- Modified for performance bug#4941286

195: AND unit.organization_id = orgUnit;
196: CURSOR getVRN IS
197: SELECT fsp.vat_registration_num
198: FROM financials_system_params_all fsp,
199: inv_organization_info_v org -- Modified for performance bug#4941286
200: WHERE fsp.set_of_books_id = org.set_of_books_id
201: AND org.organization_id = invOrg;
202: taxId varchar2(100);
203: BEGIN