DBA Data[Home] [Help]

APPS.PO_WF_PO_NOTIFICATION dependencies on PO_REQAPPROVAL_FINDAPPRV1

Line 1945: IF po_reqapproval_findapprv1.CheckForwardTo(l_forward_to_username_response,

1941: END IF;
1942:
1943: l_forward_to_username_response := UPPER(l_forward_to_username_response);
1944:
1945: IF po_reqapproval_findapprv1.CheckForwardTo(l_forward_to_username_response,
1946: x_user_id) = 'Y'
1947: THEN
1948:
1949: /* The FORWARD-FROM is now the old FORWARD-TO and the NEW FORWARD-TO is set

Line 2006: PO_REQAPPROVAL_FINDAPPRV1.CheckOwnerCanApprove(itemtype, itemkey,

2002: END IF;
2003:
2004: IF (x_user_id = l_preparer_id) THEN
2005: /* If the forward person is Preparer. Then check whether the owner can approve or not */
2006: PO_REQAPPROVAL_FINDAPPRV1.CheckOwnerCanApprove(itemtype, itemkey,
2007: x_CanOwnerApproveFlag);
2008:
2009: IF (g_po_wf_debug = 'Y') THEN
2010: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,

Line 2083: /* Other workflow attributes are set in PO_REQAPPROVAL_FINDAPPRV1.Set_Forward_To_From_App_fwd */

2079: aname => 'WRONG_FORWARD_TO_MSG' ,
2080: avalue => '');
2081:
2082:
2083: /* Other workflow attributes are set in PO_REQAPPROVAL_FINDAPPRV1.Set_Forward_To_From_App_fwd */
2084:
2085: ELSIF (l_is_forward_valid = FALSE) THEN
2086: /* If the forwarded person is invalid or forwarded person is Preparer
2087: ** and doesn't have approval authority, show error message.