DBA Data[Home] [Help]

APPS.AP_ISPEED_UTIL_PKG dependencies on FND_INSTALLATION

Line 15: if (FND_INSTALLATION.GET(201,201, po_status, industry) and

11: industry VARCHAR2(30);
12:
13: BEGIN
14:
15: if (FND_INSTALLATION.GET(201,201, po_status, industry) and
16: FND_INSTALLATION.GET(401,401, inv_status, industry)) then
17: if (po_status <> 'I' and inv_status <> 'I') then
18: P_Installation_Exists := 'N';
19: else

Line 16: FND_INSTALLATION.GET(401,401, inv_status, industry)) then

12:
13: BEGIN
14:
15: if (FND_INSTALLATION.GET(201,201, po_status, industry) and
16: FND_INSTALLATION.GET(401,401, inv_status, industry)) then
17: if (po_status <> 'I' and inv_status <> 'I') then
18: P_Installation_Exists := 'N';
19: else
20: P_Installation_Exists := 'Y';