DBA Data[Home] [Help]

APPS.IBE_PARTY_V2PVT dependencies on HZ_MO_GLOBAL_CACHE

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

2063: -- Initialize API return status to success
2064: x_return_status := FND_API.G_RET_STS_SUCCESS;
2065: BEGIN
2066: -- pass the account_number if auto generation is off
2067: l_gen_cust_num := HZ_MO_GLOBAL_CACHE.get_generate_customer_number();
2068: exception when no_data_found then
2069: l_gen_cust_num := 'N';
2070: END;
2071: