DBA Data[Home] [Help]

APPS.CSP_CUSTOMER_ACCOUNT_PVT dependencies on HZ_CUSTOMER_PROFILES_S

Line 363: select hz_customer_profiles_s.nextval into x_customer_profile_id from dual;

359: end if;
360: --
361: --
362: If (x_customer_profile_id is null ) then
363: select hz_customer_profiles_s.nextval into x_customer_profile_id from dual;
364: --x_customer_profile_id := FND_API.G_MISS_NUM;
365: end if;
366: --
367: --