DBA Data[Home] [Help]

APPS.ENI_DBI_PCM_PKG dependencies on ENI_DBI_PART_COUNT_ORG_TEMP

Line 120: FROM eni_dbi_part_count_org_temp

116: ELSE -- Display the data only when the organization of the item exists
117: -- in the org_temp table. Added for bug # 3669751
118: SELECT count(*)
119: INTO l_org_exists
120: FROM eni_dbi_part_count_org_temp
121: WHERE organization_id = l_org_temp;
122: IF (l_org_exists = 0) THEN
123: l_item := -9999;
124: l_org := -9999;