DBA Data[Home] [Help]

APPS.ENI_DBI_PME_KPI_PKG dependencies on ENI_DBI_PART_COUNT_ORG_TEMP

Line 132: FROM eni_dbi_part_count_org_temp

128: ELSE -- Display the data only when the organization of the item exists
129: -- in the org_temp table. Added for bug # 3669751
130: SELECT count(*)
131: INTO l_org_exists
132: FROM eni_dbi_part_count_org_temp
133: WHERE organization_id = l_org;
134: IF (l_org_exists = 0) THEN
135: l_item_pco := -9999;
136: l_org_pco := -9999;