DBA Data[Home] [Help]

APPS.AMW_LOAD_PROC_DATA dependencies on AMW_WORK_CATEGORIES_B

Line 1723: amw_work_categories_b c

1719: where process_id=p_process_rec.process_id
1720: and end_date is null;
1721: --- For bug 4692219
1722: select w.work_type_id into l_classification_new from amw_work_types_b w,
1723: amw_work_categories_b c
1724: where w.work_type_code = 'AMW_UNDEF'
1725: and w.category_id = c.category_id
1726: and category_code = 'RL_PROCESS';
1727: