DBA Data[Home] [Help]

APPS.MST_WORKFLOW_PKG dependencies on MST_EXCEPTION_DETAILS

Line 32: , mst_exception_details med

28: , med.exception_type
29: , 'EXCEPTION_PROCESS1'
30: , mst_wb_util.get_trip_tokenized_exception(med.plan_id, med.exception_detail_id, med.trip_id1, 1)
31: from mst_excep_preferences mep
32: , mst_exception_details med
33: where mep.exception_type = med.exception_type
34: and mep.user_id = -9999
35: and mep.work_flow_item_type = '1' -- 1 stands for status:enabled
36: and med.plan_id = l_plan_id;