DBA Data[Home] [Help]

APPS.AP_PAYMENT_UTIL_PKG dependencies on FND_CONCURRENT

Line 998: | FND_CONCURRENT.Get_Request_status

994: | FUNCTION - Get_request_status
995: | DESCRIPTION - This function returns Y is a batch can be cancelled and N
996: | if the PPR is not allowed to be cancelled.
997: | This method is a wrapper on FND API API
998: | FND_CONCURRENT.Get_Request_status
999: |
1000: *============================================================================*/
1001: FUNCTION Get_request_status(p_checkrun_id IN NUMBER,
1002: p_psr_id IN NUMBER)

Line 1063: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(

1059: --
1060: END IF; --psr_id is NOT NULL
1061: --
1062: IF l_request_id is NOT NULL THEN
1063: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(
1064: l_request_id,
1065: '',
1066: '',
1067: rphase,