DBA Data[Home] [Help]

APPS.FUN_NET_CANCEL_PKG dependencies on FUN_NET_AP_INVS_ALL

Line 408: FROM fun_net_ap_invs_all

404: x_return_status OUT NOCOPY VARCHAR2)
405: IS
406: CURSOR ap_reverse_cur(p_batch_id IN NUMBER) IS
407: SELECT DISTINCT check_id AS check_id
408: FROM fun_net_ap_invs_all
409: WHERE batch_id = p_batch_id
410: AND check_id is not null;
411:
412: CURSOR c_get_batch_details IS -- Bug # 8904763