DBA Data[Home] [Help]

APPS.JTF_CUSTOMER_ACCOUNTS_PVT dependencies on DUAL

Line 49: select HZ_ACCOUNT_NUM_S.nextval into ddp_account_rec.account_number from dual;

45:
46: -- modified to handle the case where l_gen_cust_num is 'D' or 'N' and we have to pass the account_number.
47: -- We fetch the next value from the sequence each time and hence multiple accounts can be created for same user.
48: IF l_gen_cust_num <> 'Y' THEN
49: select HZ_ACCOUNT_NUM_S.nextval into ddp_account_rec.account_number from dual;
50: END IF;
51: ddp_account_rec.account_name := p_account_name;
52: ddp_account_rec.created_by_module := 'JTA_USER_MANAGEMENT';
53: