DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CANCEL_PVT dependencies on PO_ACTION_HISTORY

Line 5526: FROM PO_ACTION_HISTORY

5522:
5523:
5524: SELECT MAX(sequence_num)
5525: INTO l_sequence_num
5526: FROM PO_ACTION_HISTORY
5527: WHERE object_type_code= p_document_type --'PO'
5528: AND object_sub_type_code = p_doc_subtype --'STANDARD'
5529: AND object_id = p_doc_id;
5530:

Line 6056: -- Update the po action history table

6052: l_progress := '008';
6053:
6054:
6055: -- Routine to update the PO revision, and archive the PO
6056: -- Update the po action history table
6057: update_po_rev_archive(
6058: p_api_version=> 1.0,
6059: p_init_msg_list=>FND_API.G_FALSE,
6060: p_entity_level =>l_entity_rec_tbl(i).entity_level,