DBA Data[Home] [Help]

APPS.GMS_SWEEPER dependencies on GMS_FUNDS_CONTROL_PKG

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

1593: IF L_DEBUG = 'Y' THEN
1594: gms_error_pkg.gms_debug('Deleting transactions left in pending state','C');
1595: END IF;
1596:
1597: gms_funds_control_pkg.delete_pending_txns(retcode,errbuf);
1598: -- Note: Above mentioned procedure will not handle exception , so if there is any error
1599: -- it will fall to when others ...
1600:
1601: COMMIT;