DBA Data[Home] [Help]

APPS.AP_WEB_WRAPPER_PKG dependencies on AP_WEB_EXPENSE_WF

Line 444: C_WF_VERSION := AP_WEB_EXPENSE_WF.GetFlowVersion(p_item_type, p_item_key);

440: 'AME_ENABLED');
441:
442: IF (l_AMEEnabled = 'Y') THEN
443:
444: C_WF_VERSION := AP_WEB_EXPENSE_WF.GetFlowVersion(p_item_type, p_item_key);
445: -- l_itemkey is the itemkey of the parent, need parent item key
446: -- to update the approval status
447: IF (C_WF_Version >= AP_WEB_EXPENSE_WF.C_R120_Version) THEN
448: l_itemkey := WF_ENGINE.GetItemAttrText(p_item_type,

Line 447: IF (C_WF_Version >= AP_WEB_EXPENSE_WF.C_R120_Version) THEN

443:
444: C_WF_VERSION := AP_WEB_EXPENSE_WF.GetFlowVersion(p_item_type, p_item_key);
445: -- l_itemkey is the itemkey of the parent, need parent item key
446: -- to update the approval status
447: IF (C_WF_Version >= AP_WEB_EXPENSE_WF.C_R120_Version) THEN
448: l_itemkey := WF_ENGINE.GetItemAttrText(p_item_type,
449: p_item_key,
450: 'AME_MASTER_ITEM_KEY');
451: ELSE