DBA Data[Home] [Help]

APPS.CSP_SHIP_TO_ADDRESS_PVT dependencies on CSP_CUSTOMER_ACCOUNT_PVT

Line 3410: csp_customer_account_pvt.create_profile_from_class

3406: CLOSE l_resource_name_csr;
3407:
3408: -- Create profile
3409: -- hzp_cprof_pkg.create_profile_from_class
3410: csp_customer_account_pvt.create_profile_from_class
3411: (x_customer_profile_class_id => l_customer_profile_class_id,
3412: x_customer_profile_id => l_customer_profile_id,
3413: x_customer_id => l_customer_id,
3414: x_site_use_id => l_site_use_id,

Line 3531: csp_customer_account_pvt.insert_person_row

3527: CLOSE l_party_number_csr;
3528: END IF;
3529:
3530: -- hz_acct_create_pkg.insert_person_row
3531: csp_customer_account_pvt.insert_person_row
3532: (c_cust_account_id => l_customer_id,
3533: c_party_id => l_party_id,
3534: c_account_number => l_customer_number,
3535: c_Attribute_Category => null,