DBA Data[Home] [Help]

APPS.ASG_HELPER dependencies on ASG_DEFERRED_TRANINFO

Line 476: DELETE FROM ASG_DEFERRED_TRANINFO

472:
473: -- Before drop is called we check to see if there are any
474: -- unprocessed inq transactions. So, at this point all of them
475: -- should have been processed.
476: DELETE FROM ASG_DEFERRED_TRANINFO
477: WHERE device_user_name = l_user_name;
478:
479: DELETE FROM ASG_USERS_INQINFO
480: WHERE device_user_name = l_user_name;