DBA Data[Home] [Help]

APPS.IGS_AS_PROD_DOC dependencies on IGS_AS_DOC_DETAILS_PKG

Line 743: igs_as_doc_details_pkg.update_row (

739: -- Update IGS_AS_DOC_DETAILS.ITEM_STATUS and date_produced to sysdate
740: --
741: FOR rec_doc_details IN c_doc_details (p_item_number)
742: LOOP
743: igs_as_doc_details_pkg.update_row (
744: x_rowid => rec_doc_details.rowid,
745: x_order_number => rec_doc_details.order_number,
746: x_document_type => rec_doc_details.document_type,
747: x_document_sub_type => rec_doc_details.document_sub_type,