DBA Data[Home] [Help]

APPS.GL_JOURNAL_IMPORT_TAX_PKG dependencies on FND_PROFILE

Line 209: l_org_id := FND_PROFILE.VALUE_WNPS('ORG_ID');

205: --
206: -- we should figure out the value of org_id and put it into l_org_id
207: -- from profile ORG_ID (MO: Operating Unit)
208: --
209: l_org_id := FND_PROFILE.VALUE_WNPS('ORG_ID');
210: IF l_org_id IS NULL
211: THEN
212: l_org_id := -1;
213: END IF;

Line 550: l_org_id := FND_PROFILE.VALUE_WNPS('ORG_ID');

546: --
547: -- we should figure out the value of org_id and put it into l_org_id
548: -- from profile ORG_ID (MO: Operating Unit)
549: --
550: l_org_id := FND_PROFILE.VALUE_WNPS('ORG_ID');
551: IF l_org_id IS NULL
552: THEN
553: l_org_id := -1;
554: END IF;