DBA Data[Home] [Help]

APPS.XTR_REPLICATE_BANK_BALANCES dependencies on XTR_PRICE_MODELS_V

Line 844: from xtr_price_models_v

840:
841:
842: cursor c_pm_authorized is
843: select 1
844: from xtr_price_models_v
845: where deal_type = 'CA'
846: and code = l_pricing_model
847: and authorized = 'Y';
848: