DBA Data[Home] [Help]

APPS.ASO_APR_WF_PVT dependencies on STANDARD

Line 2007: wf_standard.notify (

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

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

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

Line 3853: 'Calling the standard notify process ',

3849: END IF;
3850:
3851: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
3852: aso_debug_pub.ADD (
3853: 'Calling the standard notify process ',
3854: 1,
3855: 'N'
3856: );
3857: END IF;

Line 3858: wf_standard.notify (

3854: 1,
3855: 'N'
3856: );
3857: END IF;
3858: wf_standard.notify (
3859: itemtype,
3860: itemkey,
3861: actid,
3862: funcmode,