DBA Data[Home] [Help]

APPS.ASO_APR_WF_PVT dependencies on WF_NOTIFICATION

Line 1288: wf_notification.CANCEL (

1284: 1,
1285: 'N'
1286: );
1287: END IF;
1288: wf_notification.CANCEL (
1289: nid => l_notification_id,
1290: cancel_comment => 'TIMEOUT'
1291: );
1292: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN

Line 2001: wf_notification.CANCEL (

1997: 1,
1998: 'N'
1999: );
2000: END IF;
2001: wf_notification.CANCEL (
2002: nid => l_notification_id,
2003: cancel_comment => 'TIMEOUT'
2004: );
2005: END IF;