DBA Data[Home] [Help]

APPS.GR_TOXIC_ROUTES_B_PKG dependencies on GR_ITEM_TOXIC

Line 584: FROM gr_item_toxic

580:
581: CURSOR c_get_item_toxic
582: IS
583: SELECT COUNT(*)
584: FROM gr_item_toxic
585: WHERE toxic_route_code = p_toxic_route_code;
586: ToxicRecord c_get_item_toxic%ROWTYPE;
587:
588: BEGIN

Line 606: l_msg_data := l_msg_data || ' gr_item_toxic';

602: CLOSE c_get_item_toxic;
603:
604: IF l_record_count <> 0 THEN
605: l_return_status := 'E';
606: l_msg_data := l_msg_data || ' gr_item_toxic';
607: END IF;
608: /*
609: ** Now sort out the error messaging
610: */