DBA Data[Home] [Help]

APPS.JAI_AP_TDS_OLD_PKG dependencies on FND_CONCURRENT

Line 3726: changed the Fnd_concurrent.get_request_status to Fnd_concurrent.wait_for_request to introduce

3722: Added where clause in cursor Fetch_Like_Inv_Id_Cur to avoid reapproval of approved invoice.
3723: added code for this concurrent to return with warning when the parent request ap payable
3724: open interface fails.
3725:
3726: changed the Fnd_concurrent.get_request_status to Fnd_concurrent.wait_for_request to introduce
3727: wait period between polling for status of parent request.
3728:
3729: 4. 25/03/2005 Aparajita Forr TDS Clean up Bug #4088186. Version#115.2
3730: Removed the dependency on table JA_IN_AP_INV_PRE_TEMP.

Line 3743: -- req_status := Fnd_concurrent.get_request_status( v_parent_request_id,

3739: FETCH Fetch_Set_Of_Books_Id_Cur INTO v_set_of_books_id;
3740: CLOSE Fetch_Set_Of_Books_Id_Cur;
3741:
3742: -- LOOP
3743: -- req_status := Fnd_concurrent.get_request_status( v_parent_request_id,
3744: -- above line changed to the line below by Aparajita on 27/8/2002 for bug # 2518531.
3745: req_status := Fnd_concurrent.wait_for_request( v_parent_request_id,
3746: 60, -- default value - sleep time in secs
3747: 0, -- default value - max wait in secs

Line 3745: req_status := Fnd_concurrent.wait_for_request( v_parent_request_id,

3741:
3742: -- LOOP
3743: -- req_status := Fnd_concurrent.get_request_status( v_parent_request_id,
3744: -- above line changed to the line below by Aparajita on 27/8/2002 for bug # 2518531.
3745: req_status := Fnd_concurrent.wait_for_request( v_parent_request_id,
3746: 60, -- default value - sleep time in secs
3747: 0, -- default value - max wait in secs
3748: v_phase,
3749: v_status,