DBA Data[Home] [Help]

APPS.JL_ZZ_AP_LIBRARY_1_PKG dependencies on PO_LINE_LOCATIONS

Line 474: FROM po_line_locations

470: Begin
471: errcd := 0;
472: SELECT ship_to_organization_id
473: INTO inv_org_id
474: FROM po_line_locations
475: Where po_line_id = p_po_line_id ;
476: Exception
477: When Others Then
478: errcd := sqlcode;