DBA Data[Home] [Help]

APPS.FWK_TBX_SEED dependencies on FWK_TBX_PO_LINES

Line 513: insert into fwk_tbx_po_lines

509: p_unit_price number)
510: is
511: begin
512:
513: insert into fwk_tbx_po_lines
514: (line_id,
515: header_id,
516: line_number,
517: item_id,

Line 540: from fwk_tbx_po_lines

536: sysdate,
537: 0
538: from dual
539: where not exists (select null
540: from fwk_tbx_po_lines
541: where line_id = p_line_id);
542:
543: end insert_po_line;
544: