DBA Data[Home] [Help]

APPS.POA_EDW_ALINES_F_C dependencies on FND_INSTALLATION

Line 27: IF (FND_INSTALLATION.GET_APP_INFO('POA', l_status, l_industry, l_poa_schema)) THEN

23: l_industry VARCHAR2(30);
24:
25: BEGIN
26:
27: IF (FND_INSTALLATION.GET_APP_INFO('POA', l_status, l_industry, l_poa_schema)) THEN
28: l_stmt := 'TRUNCATE TABLE ' || l_poa_schema || '.POA_EDW_ALINES_INC';
29: EXECUTE IMMEDIATE l_stmt;
30: END IF;
31: