DBA Data[Home] [Help]

APPS.INV_UTILITIES dependencies on PO_DISTRIBUTIONS_ALL

Line 482: FROM po_distributions_all pod

478:
479: SELECT 'N' INTO v_all_expense_flag
480: FROM dual
481: WHERE EXISTS ( SELECT 1
482: FROM po_distributions_all pod
483: WHERE pod.destination_type_code <> 'EXPENSE'
484: AND pod.line_location_id = p_po_line_location_id);
485:
486: exception when others then