DBA Data[Home] [Help]

APPS.EAM_PARAMETERS_PUB dependencies on WIP_ACCOUNTING_CLASSES

Line 145: from wip_accounting_classes

141: return false;
142: end if;
143:
144: SELECT count(*) INTO l_count
145: from wip_accounting_classes
146: where class_code = P_DEFAULT_EAM_CLASS
147: and class_type = 6
148: and organization_id = P_ORGANIZATION_ID;
149: