DBA Data[Home] [Help]

APPS.GR_RECIPIENT_INFO_PKG dependencies on GR_DISPATCH_HISTORIES

Line 1228: FROM gr_dispatch_histories

1224:
1225: CURSOR c_get_disp_history
1226: IS
1227: SELECT COUNT(*)
1228: FROM gr_dispatch_histories
1229: WHERE recipient_code = p_recipient_code;
1230:
1231: BEGIN
1232: