DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PVT dependencies on PO_DOCUMENT_REVISION_GRP

Line 2345: PO_DOCUMENT_REVISION_GRP.Compare(

2341: END IF;
2342: END IF;
2343:
2344: --
2345: PO_DOCUMENT_REVISION_GRP.Compare(
2346: p_api_version => 1.0,
2347: p_doc_id => p_doc_id,
2348: p_doc_subtype => p_doc_subtype,
2349: p_doc_type => p_doc_type,

Line 4020: PO_DOCUMENT_REVISION_GRP.Compare(p_api_version => 1.0,

4016:
4017: --Compare the current record with the record in the Archive
4018: --If the current entity: Header/Line/Shipent changed, return error
4019: d_pos := 20;
4020: PO_DOCUMENT_REVISION_GRP.Compare(p_api_version => 1.0,
4021: p_doc_id => p_doc_header_id,
4022: p_doc_subtype => p_doc_subtype,
4023: p_doc_type => p_doc_type,
4024: p_line_id => p_doc_line_id,