DBA Data[Home] [Help]

APPS.PO_SYNC_DRAFT_FROM_ARCHIVE_PVT dependencies on STANDARD

Line 534: clm_standard_form,

530: clm_issuing_office,
531: clm_cotr_office,
532: clm_cotr_contact,
533: clm_priority_code,
534: clm_standard_form,
535: clm_document_format,
536: clm_mod_issuing_office,
537: ame_approval_id,
538: ame_transaction_type,

Line 730: clm_standard_form,

726: clm_issuing_office,
727: clm_cotr_office,
728: clm_cotr_contact,
729: clm_priority_code,
730: clm_standard_form,
731: clm_document_format,
732: clm_mod_issuing_office,
733: ame_approval_id,
734: ame_transaction_type,

Line 5385: -- PO : For Standard/Planned

5381: --p_document_id
5382: -- The id of the document that needs to be handled for View Base Document.
5383: --p_document_type
5384: -- The type of the document to sync
5385: -- PO : For Standard/Planned
5386: -- PA : For Blanket/Contract
5387: --p_document_subtype
5388: -- The subtype of the document.
5389: -- Valid Document types and Document subtypes are

Line 5391: -- PO ---> STANDARD

5387: --p_document_subtype
5388: -- The subtype of the document.
5389: -- Valid Document types and Document subtypes are
5390: -- Document Type Document Subtype
5391: -- PO ---> STANDARD
5392: -- PA ---> CONTRACT/BLANKET
5393: --p_revision_num
5394: -- The version of the document that is being handled for View Base Document
5395: -- In the current scope of the project, this is always 0, corr. to the base doc

Line 5437: --Standard Start API savepoint

5433: PO_LOG.proc_begin(d_module,'p_document_type',p_document_type);
5434: PO_LOG.proc_begin(d_module,'p_document_subtype',p_document_subtype);
5435: END IF;
5436:
5437: --Standard Start API savepoint
5438: SAVEPOINT PO_SYNC_DRAFT_FROM_ARCHIVE_SP;
5439:
5440: -- Check is the Archive->Dft syncing has already been done or not.
5441: -- Proceed only when not done