DBA Data[Home] [Help]

APPS.XTR_NI_TRANSFERS_PKG dependencies on XTR_RM_MD_SETS

Line 1103: from xtr_rm_md_sets

1099: l_count number;
1100: BEGIN
1101: select count(*)
1102: into l_count
1103: from xtr_rm_md_sets
1104: where set_code = p_market_data_set
1105: and nvl(authorized_yn,'N') = 'Y';
1106:
1107: return (p_market_data_set is null or l_count>0);