DBA Data[Home] [Help]

APPS.XTR_EXP_TRANSFERS_PKG dependencies on XTR_DEAL_SUBTYPES_V

Line 283: from xtr_deal_subtypes_v

279: --in the table
280:
281: CURSOR deal_subtype IS
282: select COUNT(*)
283: from xtr_deal_subtypes_v
284: where deal_type='EXP' and authorised='Y'
285: and user_deal_subtype = p_deal_subtype;
286:
287: v_count NUMBER;