DBA Data[Home] [Help]

APPS.PO_SIGNATURE_PVT dependencies on PO_GA_PVT

Line 2879: l_current_org := PO_GA_PVT.get_current_org;

2875: l_current_org PO_HEADERS_ALL.org_id%TYPE;
2876: l_doc_org PO_HEADERS_ALL.org_id%TYPE;
2877: BEGIN
2878:
2879: l_current_org := PO_GA_PVT.get_current_org;
2880: l_doc_org := PO_GA_PVT.get_org_id(p_po_header_id);
2881:
2882: -- If the current org and the Document org are not same then the
2883: -- Aceptances form should be opend in the view only mode

Line 2880: l_doc_org := PO_GA_PVT.get_org_id(p_po_header_id);

2876: l_doc_org PO_HEADERS_ALL.org_id%TYPE;
2877: BEGIN
2878:
2879: l_current_org := PO_GA_PVT.get_current_org;
2880: l_doc_org := PO_GA_PVT.get_org_id(p_po_header_id);
2881:
2882: -- If the current org and the Document org are not same then the
2883: -- Aceptances form should be opend in the view only mode
2884: IF (l_current_org = l_doc_org) THEN