DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on PO_APPROVE_SV

Line 778: po_approve_sv.get_document_types

774: * Get the itemtype and WorkflowProcess from po_document_types
775: * if it is not set.
776: */
777: IF ((ItemType IS NULL) OR (WorkflowProcess IS NULL)) THEN
778: po_approve_sv.get_document_types
779: ( p_document_type_code => DocumentTypeCode,
780: p_document_subtype => DocumentSubtype,
781: x_can_change_forward_from_flag =>l_can_change_forward_from_flag,
782: x_can_change_forward_to_flag => l_can_change_forward_to_flag,