DBA Data[Home] [Help]

APPS.PO_AUTO_DIST_PROCESS_PVT dependencies on PO_LINES_INTERFACE

Line 718: FROM po_lines_interface

714: --Do not calibrate the distributions if the lines have linked PR references.
715: --Calibration manipulates the distribution amount from prorated amount to line amount
716:
717: SELECT orig_from_req_flag INTO l_orig_from_req_flag
718: FROM po_lines_interface
719: WHERE interface_line_id = p_lines.intf_line_id_tbl(i);
720:
721: IF ((NVL(po_autocreate_params.g_process_code,'X') <> 'ADD_FUNDS') AND (Nvl(l_orig_from_req_flag, 'N') IN ('N', 'Y'))) THEN
722: