DBA Data[Home] [Help]

APPS.AP_INVOICE_DISTRIBUTIONS_PKG dependencies on FND_INSTALLATION

Line 93: IF (FND_INSTALLATION.GET(101, 101, status, industry)) then

89: industry VARCHAR2(10) := '';
90:
91: BEGIN
92:
93: IF (FND_INSTALLATION.GET(101, 101, status, industry)) then
94: IF (status <> 'I') then
95: return('');
96: END IF;
97: ELSE

Line 3412: IF (FND_INSTALLATION.GET(101, 101, l_status, l_industry)) then

3408:
3409: BEGIN
3410: -- Verify GL is installed
3411: --
3412: IF (FND_INSTALLATION.GET(101, 101, l_status, l_industry)) then
3413: IF (l_status <> 'I') then
3414: return('');
3415: END IF;
3416: ELSE