DBA Data[Home] [Help]

APPS.XTR_FX_TRANSFERS_PKG dependencies on XTR_AUTH_PRODUCT_TYPES_V

Line 954: from xtr_auth_product_types_v

950:
951: BEGIN
952: select 'Y'
953: into l_temp
954: from xtr_auth_product_types_v
955: where product_type = p_product_type
956: and deal_type = p_deal_type
957: and deal_subtype = l_deal_subtype
958: and rownum = 1;