DBA Data[Home] [Help]

APPS.CSD_PARTIES_PVT dependencies on HZ_CUSTOMER_PROFILE_V2PUB

Line 80: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type,

76: p_person_rec IN HZ_PARTY_V2PUB.person_rec_type,
77: p_org_rec IN HZ_PARTY_V2PUB.organization_rec_type,
78: p_party_type IN VARCHAR2,
79: p_account_rec IN HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type,
80: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type,
81: p_phone_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type,
82: p_email_rec IN HZ_CONTACT_POINT_V2PUB.email_rec_type,
83: p_web_rec IN HZ_CONTACT_POINT_V2PUB.web_rec_type,
84: p_create_phone_flag IN VARCHAR2,

Line 811: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type,

807: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
808: p_validation_level IN NUMBER := fnd_api.g_valid_level_full,
809: p_account_rec IN HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type,
810: p_person_rec IN HZ_PARTY_V2PUB.person_rec_type,
811: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type,
812: x_cust_account_id OUT NOCOPY NUMBER,
813: x_cust_account_number OUT NOCOPY VARCHAR2,
814: x_return_status OUT NOCOPY VARCHAR2,
815: x_msg_count OUT NOCOPY NUMBER,

Line 945: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type,

941: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
942: p_validation_level IN NUMBER := fnd_api.g_valid_level_full,
943: p_account_rec IN HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type,
944: p_org_rec IN HZ_PARTY_V2PUB.organization_rec_type,
945: p_cust_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type,
946: x_cust_account_id OUT NOCOPY NUMBER,
947: x_cust_account_number OUT NOCOPY VARCHAR2,
948: x_return_status OUT NOCOPY VARCHAR2,
949: x_msg_count OUT NOCOPY NUMBER,