DBA Data[Home] [Help]

APPS.PO_APPROVE_SV dependencies on PO_DOCUMENT_TYPES

Line 78: FROM po_document_types podt

74: x_can_change_approval_path,
75: x_can_preparer_approve_flag,
76: x_default_approval_path_id,
77: x_can_approver_modify_flag
78: FROM po_document_types podt
79: WHERE podt.document_type_code = x_document_type_code
80: AND podt.document_subtype = x_document_subtype;
81:
82: --dbms_output.put_line('Can Change Forward From ='||x_can_change_forward_from_flag);

Line 273: FROM po_document_types podt

269: x_forwarding_mode_code,
270: x_wf_approval_itemtype,
271: x_wf_approval_process,
272: x_type_name
273: FROM po_document_types podt
274: WHERE podt.document_type_code = p_document_type_code
275: AND podt.document_subtype = p_document_subtype;
276:
277: end if;