DBA Data[Home] [Help]

APPS.XTR_FX_TRANSFERS_PKG dependencies on XTR_RM_MD_SETS

Line 1001: from xtr_rm_md_sets

997: IF p_market_data_set is not null then
998: BEGIN
999: select 'Y'
1000: into l_temp
1001: from xtr_rm_md_sets
1002: where set_code = p_market_data_set
1003: and nvl(authorized_yn,'N') = 'Y'
1004: and rownum = 1;
1005: EXCEPTION