DBA Data[Home] [Help]

APPS.CSP_CUSTOMER_ACCOUNT_PVT dependencies on HZ_CUSTOMER_PROFILES_S

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

393: end if;
394: --
395: --
396: If (x_customer_profile_id is null ) then
397: select hz_customer_profiles_s.nextval into x_customer_profile_id from dual;
398: --x_customer_profile_id := FND_API.G_MISS_NUM;
399: end if;
400: --
401: --