DBA Data[Home] [Help]

APPS.XTR_REPLICATE_BANK_BALANCES dependencies on XTR_PRICE_MODELS_V

Line 846: from xtr_price_models_v

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