DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on WIP_ACCOUNTING_CLASSES

Line 2418: from wip_accounting_classes

2414: if p_eam_wo_rec.class_code is not null then
2415:
2416: select disable_date
2417: into l_disable_date
2418: from wip_accounting_classes
2419: where class_code = p_eam_wo_rec.class_code
2420: and class_type = wip_constants.eam
2421: and organization_id = p_eam_wo_rec.organization_id;
2422: