DBA Data[Home] [Help]

APPS.MSC_SDA_UTILS dependencies on MSC_EXCEPTION_DETAILS

Line 978: from msc_exception_details med,

974: select med.exception_type,
975: msc_get_name.lookup_meaning('MRP_EXCEPTION_CODE_TYPE', med.exception_type) exception_type_text,
976: count(*) excp_all_count,
977: sum(decode(nvl(action_taken,2),2,1,0)) excp_no_count
978: from msc_exception_details med,
979: msc_form_query mfq, --items
980: msc_form_query mfq1 --orgs
981: where med.plan_id = p_plan_id
982: and med.inventory_item_id = mfq.number2