DBA Data[Home] [Help]

APPS.FV_SLA_PROCESSING_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 2484: FROM po_distributions_all pod

2480: where appayhd.event_id = xlagt.event_id;
2481:
2482: CURSOR c_po_dist_info(p_po_distribution_id NUMBER) IS
2483: SELECT *
2484: FROM po_distributions_all pod
2485: WHERE pod.po_distribution_id = p_po_distribution_id;
2486:
2487: CURSOR c_get_event_code(p_event_id NUMBER) IS
2488: SELECT event_type_code