DBA Data[Home] [Help]

APPS.EAM_COMMON_UTILITIES_PVT dependencies on WIP_ACCOUNTING_CLASSES

Line 1216: from WIP_ACCOUNTING_CLASSES

1212: is
1213: l_count number;
1214: begin
1215: select count(*) into l_count
1216: from WIP_ACCOUNTING_CLASSES
1217: where class_code = p_wip_accounting_class_code
1218: and organization_id = p_organization_id
1219: and class_type = 6; -- WIP_CLASS_TYPE=Maintenance Accounting Class
1220: