DBA Data[Home] [Help]

APPS.ASO_APR_WF_PVT dependencies on STANDARD

Line 2008: wf_standard.notify (

2004: cancel_comment => 'TIMEOUT'
2005: );
2006: END IF;
2007:
2008: wf_standard.notify (
2009: itemtype,
2010: itemkey,
2011: actid,
2012: funcmode,

Line 2017: 'Calling the standard notify process for Itemtype :'

2013: resultout
2014: );
2015: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
2016: aso_debug_pub.ADD (
2017: 'Calling the standard notify process for Itemtype :'
2018: || itemtype
2019: || ' and itemkey :'
2020: || itemkey,
2021: 1,

Line 3883: 'Calling the standard notify process ',

3879: END IF;
3880:
3881: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
3882: aso_debug_pub.ADD (
3883: 'Calling the standard notify process ',
3884: 1,
3885: 'N'
3886: );
3887: END IF;

Line 3888: wf_standard.notify (

3884: 1,
3885: 'N'
3886: );
3887: END IF;
3888: wf_standard.notify (
3889: itemtype,
3890: itemkey,
3891: actid,
3892: funcmode,