DBA Data[Home] [Help]

APPS.MST_CM_DETAILS dependencies on MST_EXCEPTION_DETAILS

Line 106: from mst_exception_details

102: ) return number IS
103: -- local variables
104: l_number_of_exceptions number := 0;
105: cursor num_of_excep is select count(1)
106: from mst_exception_details
107: where plan_id = arg_plan_id
108: and continuous_move_id is not null;
109:
110: begin