DBA Data[Home] [Help]

APPS.WSMPVLDT dependencies on WIP_ACCOUNTING_CLASSES

Line 418: from wip_accounting_classes

414: select est_scrap_account,
415: est_scrap_var_account
416: into p_est_scrap_account,
417: p_est_scrap_var_account
418: from wip_accounting_classes
419: where class_code = c_vldt_class_code_rj_rec.class_code
420: and organization_id = c_vldt_class_code_rj_rec.org_id;
421:
422: l_stmt_num := 7;