DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on FND_TERRITORIES

Line 7752: -- sstomar: As per IPG, use fnd_territories

7748:
7749: l_install := 'N';
7750: if (l_terr is not null) then
7751: begin
7752: -- sstomar: As per IPG, use fnd_territories
7753: select 'Y'
7754: into l_install
7755: from fnd_territories
7756: where obsolete_flag = 'N'

Line 7755: from fnd_territories

7751: begin
7752: -- sstomar: As per IPG, use fnd_territories
7753: select 'Y'
7754: into l_install
7755: from fnd_territories
7756: where obsolete_flag = 'N'
7757: and nls_territory = p_territory;
7758:
7759: p_territory := l_terr;