DBA Data[Home] [Help]

APPS.AR_CMGT_HZ_COVER_API dependencies on HZ_CUSTOMER_PROFILE_V2PUB

Line 288: l_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;

284: END update_organization;
285:
286: PROCEDURE create_party_profile(p_party_id NUMBER)
287: IS
288: l_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;
289: l_cust_profile_id NUMBER;
290: l_return_status VARCHAR2(1);
291: l_msg_count NUMBER;
292: l_msg_data VARCHAR2(2000);

Line 328: HZ_CUSTOMER_PROFILE_V2PUB.create_customer_profile (

324: l_profile_rec.profile_class_id := l_profile_class_id;
325: l_profile_rec.created_by_module := 'OCM';
326: l_profile_rec.application_id := 222;
327: l_profile_rec.credit_checking := 'Y';
328: HZ_CUSTOMER_PROFILE_V2PUB.create_customer_profile (
329: p_init_msg_list => FND_API.G_FALSE,
330: p_customer_profile_rec => l_profile_rec,
331: p_create_profile_amt => FND_API.G_TRUE,
332: x_cust_account_profile_id => l_cust_profile_id,