DBA Data[Home] [Help]

APPS.PO_SECURITY_CHECK_SV dependencies on PO_DOCUMENT_TYPES

Line 146: from po_document_types podt

142: x_progress := '020';
143:
144: select nvl(podt.can_approver_modify_doc_flag,'N')
145: into x_can_approver_modify_flag
146: from po_document_types podt
147: where
148: podt.document_type_code = x_document_type_code and
149: podt.document_subtype = x_document_subtype;
150: