DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_PVT dependencies on STANDARD

Line 136: * document_subtype: 'STANDARD', 'BLANKET', 'CONTRACT', 'SCHEDULED', etc.

132: * action: one of g_doc_action_XXXX, e.g. g_doc_action_APPROVE
133: * lock_document: pass as true if you the document should be locked
134: * before handling the logic for the action
135: * document_type: 'PO', 'PA', 'REQUISITION', or 'RELEASE'
136: * document_subtype: 'STANDARD', 'BLANKET', 'CONTRACT', 'SCHEDULED', etc.
137: * document_id: po_header_id, requisition_header_id, or po_release_id
138: * note: usually used for action history purposes
139: *
140: * The following are primarily used by workflow actions (approve, reject, etc.)