[Home] [Help]
453: p_rate number)
454: is
455: begin
456:
457: insert into fwk_tbx_po_headers
458: (header_id,
459: description,
460: status_code,
461: confirm_flag,
490: sysdate,
491: 0
492: from dual
493: where not exists (select null
494: from fwk_tbx_po_headers
495: where header_id = p_header_id);
496:
497:
498: end insert_po_header;