DBA Data[Home] [Help]

APPS.CE_FORECAST_UTILS dependencies on XTR_PARTIES_V

Line 1376: from xtr_parties_v

1372: end if;
1373:
1374: select count(1)
1375: into l_cnt
1376: from xtr_parties_v
1377: where legal_entity_id = X_le_id;
1378:
1379: if l_cnt = 0 then
1380: return 0;