DBA Data[Home] [Help]

APPS.QLTTRAWB dependencies on QA_PLAN_CHAR_ACTION_TRIGGERS

Line 624: QA_PLAN_CHAR_ACTION_TRIGGERS QPCAT,

620: QPCAT.LOW_VALUE_OTHER,
621: QPCAT.HIGH_VALUE_LOOKUP,
622: QPCAT.HIGH_VALUE_OTHER
623: FROM
624: QA_PLAN_CHAR_ACTION_TRIGGERS QPCAT,
625: QA_PLAN_CHAR_ACTIONS QPCA,
626: QA_ACTIONS QA
627: WHERE
628: QPCAT.PLAN_ID = X_PLAN_ID AND

Line 8775: qa_plan_char_action_triggers qpcat

8771: into action_child_flag
8772: from QA_PC_PLAN_RELATIONSHIP ppr,
8773: qa_pc_criteria qpct,
8774: qa_plan_char_actions pca,
8775: qa_plan_char_action_triggers qpcat
8776: where ppr.parent_plan_id = qpcat.plan_id
8777: and ppr.plan_relationship_id = qpct.plan_relationship_id
8778: and ppr.data_entry_mode in (2,4)
8779: and qpct.char_id = pca.assigned_char_id