DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on WIP_ACCOUNTING_CLASSES

Line 2498: from wip_accounting_classes

2494: if p_eam_wo_rec.class_code is not null then
2495:
2496: select disable_date
2497: into l_disable_date
2498: from wip_accounting_classes
2499: where class_code = p_eam_wo_rec.class_code
2500: and class_type = wip_constants.eam
2501: and organization_id = p_eam_wo_rec.organization_id;
2502: