DBA Data[Home] [Help]

APPS.CSD_PARTIES_PVT dependencies on HZ_CUSTOMER_PROFILE_V2PUB

Line 68: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type,

64: p_person_rec IN HZ_PARTY_V2PUB.person_rec_type,
65: p_org_rec IN HZ_PARTY_V2PUB.organization_rec_type,
66: p_party_type IN VARCHAR2,
67: p_account_rec IN HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type,
68: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type,
69: p_phone_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type,
70: p_email_rec IN HZ_CONTACT_POINT_V2PUB.email_rec_type,
71: p_web_rec IN HZ_CONTACT_POINT_V2PUB.web_rec_type,
72: p_create_phone_flag IN VARCHAR2,

Line 236: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type,

232: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
233: p_validation_level IN NUMBER := fnd_api.g_valid_level_full,
234: p_account_rec IN HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type,
235: p_person_rec IN HZ_PARTY_V2PUB.person_rec_type,
236: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type,
237: x_cust_account_id OUT NOCOPY NUMBER,
238: x_cust_account_number OUT NOCOPY VARCHAR2,
239: x_return_status OUT NOCOPY VARCHAR2,
240: x_msg_count OUT NOCOPY NUMBER,

Line 270: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type,

266: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
267: p_validation_level IN NUMBER := fnd_api.g_valid_level_full,
268: p_account_rec IN HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type,
269: p_org_rec IN HZ_PARTY_V2PUB.organization_rec_type,
270: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type,
271: x_cust_account_id OUT NOCOPY NUMBER,
272: x_cust_account_number OUT NOCOPY VARCHAR2,
273: x_return_status OUT NOCOPY VARCHAR2,
274: x_msg_count OUT NOCOPY NUMBER,