DBA Data[Home] [Help]

APPS.XTR_FX_TRANSFERS_PKG dependencies on XTR_COMPANY_PARAMETERS

Line 1598: from xtr_company_parameters

1594: where m.currency = p_curr;
1595:
1596: Cursor tol is
1597: select parameter_value
1598: from xtr_company_parameters
1599: where company_code = G_Fx_Main_Rec.COMPANY_CODE
1600: and parameter_code = 'IMPORT_FXTOL';
1601:
1602: BEGIN