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 2002: wf_notification.CANCEL (

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