DBA Data[Home] [Help]

APPS.PO_WF_PO_NOTIFICATION dependencies on STANDARD

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

2663: l_progress := 'PO_WF_PO_NOTIFICATION.GetDisplayValue: 050';
2664: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
2665:
2666: IF l_doc_type = 'PA' AND l_doc_subtype IN ('BLANKET','CONTRACT') OR
2667: l_doc_type = 'PO' AND l_doc_subtype = 'STANDARD' then
2668: -- CLM Apprvl. In case of modification documents that document type display needs to be 'Modification'
2669: -- PAr Approval. For PAr, documnet type display is 'Post Award Request' and it is based on draft type.
2670: IF l_draft_id is not null AND l_draft_id <> -1 AND l_draft_type = 'MOD' then
2671: l_doc_disp:= 'Modification';

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

2707: l_language_code := NULL;
2708: END;
2709:
2710: IF l_doc_type = 'PA' AND l_doc_subtype IN ('BLANKET','CONTRACT') OR
2711: l_doc_type = 'PO' AND l_doc_subtype = 'STANDARD' then
2712: -- CLM Apprvl. In case of modification documents that document type display needs to be 'Modification'
2713: -- PAR Approval. For PAr, documnet type display is 'Post Award Request' and it is based on draft type.
2714: IF l_draft_id is not null AND l_draft_id <> -1 AND l_draft_type = 'MOD' then
2715: l_doc_disp:= 'Modification';

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

2829: -- (2) document signature is required.
2830: --Parameters:
2831: --IN:
2832: --p_itemtype
2833: -- Standard parameter to be used in a workflow procedure
2834: --p_itemkey
2835: -- Standard parameter to be used in a workflow procedure
2836: --p_notification_type
2837: -- Specifies whether this notification is for the Preparer/Submitter

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

2831: --IN:
2832: --p_itemtype
2833: -- Standard parameter to be used in a workflow procedure
2834: --p_itemkey
2835: -- Standard parameter to be used in a workflow procedure
2836: --p_notification_type
2837: -- Specifies whether this notification is for the Preparer/Submitter
2838: -- or an Approver/Reviewer
2839: -- The value is derived from the WF Function attribute NTF_USER_ROLE