DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_INTERFACE_SV1 dependencies on PO_LINE_LOCATIONS_ALL

Line 1534: l_consigned_po_flag po_line_locations_all.consigned_flag%TYPE;

1530: ===========================================================================*/
1531: PROCEDURE validate_consigned_po(
1532: x_consigned_po_rec IN OUT NOCOPY rcv_shipment_line_sv.po_line_location_id_rtype
1533: ) IS
1534: l_consigned_po_flag po_line_locations_all.consigned_flag%TYPE;
1535: x_error_status VARCHAR2(1);
1536: BEGIN
1537: x_error_status := rcv_error_pkg.g_ret_sts_error;
1538: