DBA Data[Home] [Help]

APPS.JTF_CUSTOMER_ACCOUNTS_PVT dependencies on HZ_MO_GLOBAL_CACHE

Line 44: l_gen_cust_num := HZ_MO_GLOBAL_CACHE.get_generate_customer_number();

40: exception when no_data_found then
41: l_gen_cust_num := 'Y';
42: end;*/
43:
44: l_gen_cust_num := HZ_MO_GLOBAL_CACHE.get_generate_customer_number();
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