DBA Data[Home] [Help]

APPS.CSP_SHIP_TO_ADDRESS_PVT dependencies on CSP_CUSTOMER_ACCOUNT_PVT

Line 2855: csp_customer_account_pvt.create_profile_from_class

2851: CLOSE l_resource_name_csr;
2852:
2853: -- Create profile
2854: -- hzp_cprof_pkg.create_profile_from_class
2855: csp_customer_account_pvt.create_profile_from_class
2856: (x_customer_profile_class_id => l_customer_profile_class_id,
2857: x_customer_profile_id => l_customer_profile_id,
2858: x_customer_id => l_customer_id,
2859: x_site_use_id => l_site_use_id,

Line 2976: csp_customer_account_pvt.insert_person_row

2972: CLOSE l_party_number_csr;
2973: END IF;
2974:
2975: -- hz_acct_create_pkg.insert_person_row
2976: csp_customer_account_pvt.insert_person_row
2977: (c_cust_account_id => l_customer_id,
2978: c_party_id => l_party_id,
2979: c_account_number => l_customer_number,
2980: c_Attribute_Category => null,