DBA Data[Home] [Help]

APPS.IBY_EMAIL_REPORT dependencies on IBY_PUSHMAIL_KEY_S

Line 348: SELECT iby_pushmail_key_s.NEXTVAL

344: FOR i IN 1..l_userinfo_tbl.COUNT LOOP
345:
346: -- Get the next value in the sequence.
347: -- It will be appended to the userkey and username.
348: SELECT iby_pushmail_key_s.NEXTVAL
349: INTO l_key_seq
350: FROM DUAL;
351:
352: -- Check whether we need to create adhoc user.