DBA Data[Home] [Help]

APPS.QA_SS_OM dependencies on FND_COMMON_LOOKUPS

Line 8: meaning fnd_common_lookups.meaning%type);

4: type plan_info_rec is record (
5: plan_id qa_plans.plan_id%type,
6: name qa_plans.name%type,
7: description qa_plans.description%type,
8: meaning fnd_common_lookups.meaning%type);
9:
10: type plan_tab_type is table of plan_info_rec index by binary_integer;
11:
12: