DBA Data[Home] [Help]

APPS.GR_DISPATCH_HISTORY_TG dependencies on GR_WF_UTIL_PVT

Line 9: GR_WF_UTIL_PVT.SEND_OUTBOUND_DOCUMENT('GR','GRDDO',:new.dispatch_history_id);

5: BEGIN
6: IF :new.creation_source <> 0 THEN
7: --Call API to send the dispatch history information to 3rd party only if the
8: --creation source is 1 - internal application or 2 - form..
9: GR_WF_UTIL_PVT.SEND_OUTBOUND_DOCUMENT('GR','GRDDO',:new.dispatch_history_id);
10: END IF;
11: exception
12: when OTHERS then
13: raise_application_error(-20000,SQLERRM);