DBA Data[Home] [Help]

APPS.QLTCPDFB dependencies on QA_CHAR_VALUE_LOOKUPS

Line 7: -- values, action triggers, and actions from qa_char_value_lookups,

3:
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.

Line 208: FROM qa_char_value_lookups

204: X_Creation_Date,
205: X_Created_By,
206: X_Last_Update_Login,
207: description
208: FROM qa_char_value_lookups
209: WHERE char_id = X_Char_Id;
210:
211: if (SQL%ROWCOUNT > 0) then
212: X_values_found := 1; /* yes */