DBA Data[Home] [Help]

APPS.CE_FORECAST_UTILS dependencies on XTR_DEALER_CODES

Line 1320: from xtr_dealer_codes

1316: l_cnt number;
1317: BEGIN
1318: select count(1)
1319: into l_cnt
1320: from xtr_dealer_codes
1321: where user_id = fnd_global.user_id;
1322:
1323: if l_cnt = 0 then
1324: return 0;