DBA Data[Home] [Help]

APPS.JL_ZZ_AP_LIBRARY_1_PKG dependencies on PO_LINES

Line 460: FROM po_lines

456: Begin
457: errcd := 0;
458: SELECT transaction_reason_code, substr(global_attribute1,1,15)
459: INTO trans_reason_code, fiscal_class_code
460: FROM po_lines
461: WHERE po_line_id = polineid and rownum = row_number;
462: Exception
463: When Others Then
464: errcd := sqlcode;