DBA Data[Home] [Help]

APPS.XTR_FX_TRANSFERS_PKG dependencies on XTR_DEAL_SUBTYPES

Line 941: from xtr_deal_subtypes

937: BEGIN
938: BEGIN
939: select deal_subtype
940: into l_deal_subtype
941: from xtr_deal_subtypes
942: where deal_type = p_deal_type
943: and user_deal_subtype = p_deal_subtype
944: and nvl(authorised,'N') = 'Y'
945: and rownum = 1;

Line 1184: FROM xtr_deal_subtypes

1180: /* Find the actual deal subtype */
1181: /*--------------------------------------------*/
1182: SELECT deal_subtype
1183: INTO l_deal_subtype
1184: FROM xtr_deal_subtypes
1185: WHERE deal_type = G_Fx_Deal_Type
1186: AND user_deal_subtype = ARec_Interface.DEAL_SUBTYPE
1187: AND rownum = 1;
1188: