DBA Data[Home] [Help]

APPS.CE_FORECAST_UTILS dependencies on XTR_PARTIES_V

Line 1356: from xtr_parties_v

1352: end if;
1353:
1354: select count(1)
1355: into l_cnt
1356: from xtr_parties_v
1357: where legal_entity_id = X_le_id;
1358:
1359: if l_cnt = 0 then
1360: return 0;