DBA Data[Home] [Help]

APPS.MST_AGG_PKG dependencies on MST_EXCEPTION_DETAILS

Line 5980: from mst_exception_details

5976: l_count number;
5977: begin
5978: select count(*)
5979: into l_count
5980: from mst_exception_details
5981: where plan_id = p_plan_id
5982: and (trip_id1 = p_trip_id
5983: or trip_id2 = p_trip_id);
5984: return l_count;

Line 6255: from mst_exception_details

6251: l_count number;
6252: begin
6253: select count(*)
6254: into l_count
6255: from mst_exception_details
6256: where plan_id = p_plan_id
6257: and continuous_move_id = p_cm_id;
6258: return l_count;
6259: end;