DBA Data[Home] [Help]

APPS.EAM_WORKORDERREP_PVT dependencies on QA_PLAN_TRANSACTIONS

Line 477: qa_plan_transactions qpt,

473: qpv.NAME as "PLANNAME",
474: qpv.plan_type_meaning as "PLANTYPE") QualityPlan
475: FROM
476: QA_PLANS_VAL_V qpv,
477: qa_plan_transactions qpt,
478: mfg_lookups ml
479: Where qpt.plan_id=qpv.plan_id
480: and ml.lookup_code=qpt.mandatory_collection_flag
481: and ml.lookup_type='SYS_YES_NO'