DBA Data[Home] [Help]

APPS.PO_WF_PO_NOTIFICATION dependencies on STANDARD

Line 1816: l_doc_type = 'PO' AND l_doc_subtype = 'STANDARD' then

1812: l_progress := 'PO_WF_PO_NOTIFICATION.GetDisplayValue: 050';
1813: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
1814:
1815: IF l_doc_type = 'PA' AND l_doc_subtype IN ('BLANKET','CONTRACT') OR
1816: l_doc_type = 'PO' AND l_doc_subtype = 'STANDARD' then
1817:
1818: l_doc_disp := PO_DOC_STYLE_PVT.GET_STYLE_DISPLAY_NAME(l_document_id);
1819: ELSE
1820: OPEN c_lookup_value_doc(l_doc_type, l_doc_subtype);

Line 1839: l_doc_type = 'PO' AND l_doc_subtype = 'STANDARD' then

1835: || l_language;
1836: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
1837:
1838: IF l_doc_type = 'PA' AND l_doc_subtype IN ('BLANKET','CONTRACT') OR
1839: l_doc_type = 'PO' AND l_doc_subtype = 'STANDARD' then
1840:
1841: l_doc_disp := PO_DOC_STYLE_PVT.GET_STYLE_DISPLAY_NAME(l_document_id,l_language);
1842: ELSE
1843: OPEN c_lookup_value_user(l_doc_type, l_doc_subtype, l_language);

Line 1908: -- Standard parameter to be used in a workflow procedure

1904: -- (2) document signature is required.
1905: --Parameters:
1906: --IN:
1907: --p_itemtype
1908: -- Standard parameter to be used in a workflow procedure
1909: --p_itemkey
1910: -- Standard parameter to be used in a workflow procedure
1911: --p_notification_type
1912: -- Specifies whether this notification is for the Preparer/Submitter

Line 1910: -- Standard parameter to be used in a workflow procedure

1906: --IN:
1907: --p_itemtype
1908: -- Standard parameter to be used in a workflow procedure
1909: --p_itemkey
1910: -- Standard parameter to be used in a workflow procedure
1911: --p_notification_type
1912: -- Specifies whether this notification is for the Preparer/Submitter
1913: -- or an Approver/Reviewer
1914: -- The value is derived from the WF Function attribute NTF_USER_ROLE