DBA Data[Home] [Help]

APPS.PO_SIGNATURE_PVT dependencies on PO_GA_PVT

Line 3622: l_current_org := PO_GA_PVT.get_current_org;

3618: l_current_org PO_HEADERS_ALL.org_id%TYPE;
3619: l_doc_org PO_HEADERS_ALL.org_id%TYPE;
3620: BEGIN
3621:
3622: l_current_org := PO_GA_PVT.get_current_org;
3623: l_doc_org := PO_GA_PVT.get_org_id(p_po_header_id);
3624:
3625: -- If the current org and the Document org are not same then the
3626: -- Aceptances form should be opend in the view only mode

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

3619: l_doc_org PO_HEADERS_ALL.org_id%TYPE;
3620: BEGIN
3621:
3622: l_current_org := PO_GA_PVT.get_current_org;
3623: l_doc_org := PO_GA_PVT.get_org_id(p_po_header_id);
3624:
3625: -- If the current org and the Document org are not same then the
3626: -- Aceptances form should be opend in the view only mode
3627: IF (l_current_org = l_doc_org) THEN