DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PVT dependencies on WIP_ACCOUNTING_CLASSES

Line 659: from wip_accounting_classes wac,

655: wjsi.attribute13,
656: wjsi.attribute14,
657: wjsi.attribute15,
658: wjsi.serialization_start_op
659: from wip_accounting_classes wac,
660: bom_operational_routings rtg,
661: bom_structures_b bom,
662: wip_parameters wp,
663: wip_job_schedule_interface wjsi

Line 973: from wip_accounting_classes wac

969: wac.outside_proc_variance_account,
970: wac.std_cost_adjustment_account,
971: wac.overhead_account,
972: wac.overhead_variance_account
973: from wip_accounting_classes wac
974: where wac.class_code = g_wjsiClassCode
975: and wac.organization_id = g_wjsiOrgId)
976: WHERE WDJ.WIP_ENTITY_ID = l_wipEntityID;
977: end if;