DBA Data[Home] [Help]

APPS.EAM_COMMON_UTILITIES_PVT dependencies on WIP_ACCOUNTING_CLASSES

Line 1215: from WIP_ACCOUNTING_CLASSES

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