DBA Data[Home] [Help]

APPS.QLTCPDFB dependencies on QA_CHAR_ACTIONS

Line 8: -- qa_char_action_triggers, and qa_char_actions into qa_plan_char_xxxx

4: -- Copy Defaults
5: --
6: -- Called by QLTPLMDF form (Quality Plan Workbench) to copy default
7: -- values, action triggers, and actions from qa_char_value_lookups,
8: -- qa_char_action_triggers, and qa_char_actions into qa_plan_char_xxxx
9: -- tables.
10:
11: -- dmaggard 110.17/94 created.
12:

Line 75: FROM QA_CHAR_ACTIONS

71: STATUS_CODE,
72: STATUS_ID,
73: ALR_ACTION_ID,
74: ALR_ACTION_SET_ID
75: FROM QA_CHAR_ACTIONS
76: WHERE CHAR_ACTION_TRIGGER_ID = QCAT.CHAR_ACTION_TRIGGER_ID;
77:
78: QCA C2%ROWTYPE;
79: