DBA Data[Home] [Help]

APPS.GMS_SWEEPER dependencies on GMS_FUNDS_CONTROL_PKG

Line 1586: gms_funds_control_pkg.delete_pending_txns(retcode,errbuf);

1582: IF L_DEBUG = 'Y' THEN
1583: gms_error_pkg.gms_debug('Deleting transactions left in pending state','C');
1584: END IF;
1585:
1586: gms_funds_control_pkg.delete_pending_txns(retcode,errbuf);
1587: -- Note: Above mentioned procedure will not handle exception , so if there is any error
1588: -- it will fall to when others ...
1589:
1590: COMMIT;