DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_V2PUB dependencies on HZ_CUSTOMER_PROFILE_V2PUB

Line 226: p_customer_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE,

222: PROCEDURE create_cust_account (
223: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
224: p_cust_account_rec IN CUST_ACCOUNT_REC_TYPE,
225: p_person_rec IN HZ_PARTY_V2PUB.PERSON_REC_TYPE,
226: p_customer_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE,
227: p_create_profile_amt IN VARCHAR2 := FND_API.G_TRUE,
228: x_cust_account_id OUT NOCOPY NUMBER,
229: x_account_number OUT NOCOPY VARCHAR2,
230: x_party_id OUT NOCOPY NUMBER,

Line 246: * HZ_CUSTOMER_PROFILE_V2PUB.create_customer_profile

242: * Creates customer account for organization party.
243: *
244: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
245: * HZ_PARTY_V2PUB.create_organization
246: * HZ_CUSTOMER_PROFILE_V2PUB.create_customer_profile
247: *
248: * ARGUMENTS
249: * IN:
250: * p_init_msg_list Initialize message stack if it is set to

Line 306: p_customer_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE,

302: PROCEDURE create_cust_account (
303: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
304: p_cust_account_rec IN CUST_ACCOUNT_REC_TYPE,
305: p_organization_rec IN HZ_PARTY_V2PUB.ORGANIZATION_REC_TYPE,
306: p_customer_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE,
307: p_create_profile_amt IN VARCHAR2 := FND_API.G_TRUE,
308: x_cust_account_id OUT NOCOPY NUMBER,
309: x_account_number OUT NOCOPY VARCHAR2,
310: x_party_id OUT NOCOPY NUMBER,

Line 407: x_customer_profile_rec OUT NOCOPY HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE,

403: PROCEDURE get_cust_account_rec (
404: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
405: p_cust_account_id IN NUMBER,
406: x_cust_account_rec OUT NOCOPY CUST_ACCOUNT_REC_TYPE,
407: x_customer_profile_rec OUT NOCOPY HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE,
408: x_return_status OUT NOCOPY VARCHAR2,
409: x_msg_count OUT NOCOPY NUMBER,
410: x_msg_data OUT NOCOPY VARCHAR2
411: );