DBA Data[Home] [Help]

APPS.CE_FORECAST_UTILS dependencies on XTR_DEALER_CODES

Line 1340: from xtr_dealer_codes

1336: l_cnt number;
1337: BEGIN
1338: select count(1)
1339: into l_cnt
1340: from xtr_dealer_codes
1341: where user_id = fnd_global.user_id;
1342:
1343: if l_cnt = 0 then
1344: return 0;