DBA Data[Home] [Help]

APPS.CSP_CUSTOMER_ACCOUNT_PVT dependencies on DUAL

Line 357: select hz_cust_accounts_s.nextval into x_customer_id from dual;

353: -- and not null if they are updating an existing profile.
354: --
355: --
356: if ( x_customer_id is null ) then
357: select hz_cust_accounts_s.nextval into x_customer_id from dual;
358: -- x_customer_id := FND_API.G_MISS_NUM;
359: end if;
360: --
361: --

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: --