DBA Data[Home] [Help]

APPS.EAM_WORKORDERREP_PVT dependencies on QA_PLAN_TRANSACTIONS

Line 495: qa_plan_transactions qpt,

491: qpv.NAME as "PLANNAME",
492: qpv.plan_type_meaning as "PLANTYPE") QualityPlan
493: FROM
494: QA_PLANS_VAL_V qpv,
495: qa_plan_transactions qpt,
496: mfg_lookups ml
497: Where qpt.plan_id=qpv.plan_id
498: and ml.lookup_code=qpt.mandatory_collection_flag
499: and ml.lookup_type='SYS_YES_NO'