DBA Data[Home] [Help]

APPS.ASG_HELPER dependencies on ASG_DEFERRED_TRANINFO

Line 495: DELETE FROM ASG_DEFERRED_TRANINFO

491:
492: -- Before drop is called we check to see if there are any
493: -- unprocessed inq transactions. So, at this point all of them
494: -- should have been processed.
495: DELETE FROM ASG_DEFERRED_TRANINFO
496: WHERE device_user_name = l_user_name;
497:
498: DELETE FROM ASG_USERS_INQINFO
499: WHERE device_user_name = l_user_name;