DBA Data[Home] [Help]

APPS.POA_SAVINGS_MAIN dependencies on FND_INSTALLATION

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

87: -- For OLTP, we should.
88:
89: if p_populate_inc then
90:
91: IF (FND_INSTALLATION.GET_APP_INFO('POA',l_status,l_industry,l_poa_schema)) THEN
92: l_stmt := 'TRUNCATE TABLE ' || l_poa_schema ||'.POA_EDW_PO_DIST_INC';
93: EXECUTE IMMEDIATE l_stmt;
94: END IF;
95: open v_changed_rows(p_start_date,p_end_date,l_batch_size);