DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_V2PUB dependencies on HZ_CUSTOMER_PROFILE_V2PUB

Line 230: p_customer_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE,

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

Line 250: * HZ_CUSTOMER_PROFILE_V2PUB.create_customer_profile

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

Line 310: p_customer_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE,

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

Line 411: x_customer_profile_rec OUT NOCOPY HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE,

407: PROCEDURE get_cust_account_rec (
408: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
409: p_cust_account_id IN NUMBER,
410: x_cust_account_rec OUT NOCOPY CUST_ACCOUNT_REC_TYPE,
411: x_customer_profile_rec OUT NOCOPY HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE,
412: x_return_status OUT NOCOPY VARCHAR2,
413: x_msg_count OUT NOCOPY NUMBER,
414: x_msg_data OUT NOCOPY VARCHAR2
415: );