DBA Data[Home] [Help]

APPS.XTR_IG_TRANSFERS_PKG dependencies on XTR_PRODUCT_TYPES_V

Line 241: from xtr_product_types_v

237: and currency = p_currency;
238:
239: cursor default_pm is
240: select default_pricing_model
241: from xtr_product_types_v
242: where deal_type = 'IG'
243: and product_type = p_product_type;
244:
245: cursor number_of_auth_pm is