DBA Data[Home] [Help]

APPS.AP_RETAINAGE_RELEASE_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 60: Procedure final_release_rounding (x_line_location_id IN po_line_locations_all.line_location_id%type,

56: Procedure create_release_distributions (x_release_amount IN number,
57: x_release_amount_remaining IN number,
58: x_released_lines_tab IN releaseLinesType);
59:
60: Procedure final_release_rounding (x_line_location_id IN po_line_locations_all.line_location_id%type,
61: x_max_invoice_dist_id IN NUMBER);
62:
63: Procedure Update_PO_Shipment_Dists
64: (x_line_location_id IN ap_invoice_lines_all.po_line_location_id%type,

Line 755: FROM po_line_locations_all pll, po_lines_all pl

751: IF (x_released_lines_tab(i).po_line_location_id IS NOT NULL) THEN
752:
753: SELECT pl.recoupment_rate
754: INTO l_recoupment_rate
755: FROM po_line_locations_all pll, po_lines_all pl
756: WHERE pll.line_location_id = x_released_lines_tab(i).po_line_location_id
757: AND pll.po_line_id = pl.po_line_id;
758:
759: END IF;

Line 794: Procedure final_release_rounding (x_line_location_id IN po_line_locations_all.line_location_id%type,

790: APP_EXCEPTION.RAISE_EXCEPTION;
791:
792: End create_release_distributions;
793:
794: Procedure final_release_rounding (x_line_location_id IN po_line_locations_all.line_location_id%type,
795: x_max_invoice_dist_id IN NUMBER) Is
796:
797: l_sum_retained_base_amount NUMBER;
798: l_sum_released_base_amount NUMBER;