DBA Data[Home] [Help]

APPS.XDPSTATUS dependencies on XDPCORE_FA

Line 1528: IF XDPCORE_FA.IsFAAborted(l_FAInstanceID) = TRUE THEN

1524: aname => 'NOTIF_RESPONSE');
1525:
1526: /* Check if the FA is aborted. If so set the status of execution and abort yourself*/
1527:
1528: IF XDPCORE_FA.IsFAAborted(l_FAInstanceID) = TRUE THEN
1529:
1530: UPDATE_XDP_FA_STATUS(l_FAStatus,l_FAInstanceID);
1531:
1532: wf_engine.AbortProcess(itemtype => SetFAStatus.itemtype,

Line 1635: if XDPCORE_FA.IsFAAborted(l_FAInstanceID) = TRUE then

1631: END IF;
1632:
1633: /* Check if the FA is aborted. If so set the status of execution and abort yourself*/
1634:
1635: if XDPCORE_FA.IsFAAborted(l_FAInstanceID) = TRUE then
1636:
1637: UPDATE_XDP_FA_STATUS(l_FeExecStatus,l_FAInstanceID);
1638:
1639: wf_engine.AbortProcess(itemtype => SendFeProvStatus.itemtype,