DBA Data[Home] [Help]

APPS.EAM_ITEM_ACTIVITIES_PUB dependencies on WIP_ACCOUNTING_CLASSES

Line 172: from wip_accounting_classes

168: RETURN ;
169: END IF ;
170:
171: SELECT count(*) INTO l_count
172: from wip_accounting_classes
173: where class_code = P_WIP_ACNT_CLASS
174: and class_type = 6
175: and organization_id = P_ORGANIZATION_ID;
176: