DBA Data[Home] [Help]

APPS.OKS_HZ_CUSTOMER_ACCOUNTS_PVT dependencies on HZ_CUSTOMER_PROFILE_V2PUB

Line 5: p_cust_prof_rec OUT NOCOPY hz_customer_profile_v2pub.customer_profile_rec_type)

1: package body OKS_HZ_CUSTOMER_ACCOUNTS_PVT AS
2: /* $Header: OKSSCOTB.pls 120.2 2006/04/13 05:39:04 npalepu noship $ */
3:
4: procedure init (p_account_rec OUT NOCOPY hz_cust_account_v2pub.cust_account_rec_type,
5: p_cust_prof_rec OUT NOCOPY hz_customer_profile_v2pub.customer_profile_rec_type)
6: IS
7: G_MISS_NUM CONSTANT NUMBER := 9.99E125;
8: G_MISS_CHAR CONSTANT VARCHAR2(1) := chr(0);
9: G_MISS_DATE CONSTANT DATE := to_date('1','j');

Line 247: l_cust_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;

243:
244: cr_last_update cu_last_update%ROWTYPE;
245:
246: l_account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;
247: l_cust_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;
248: l_return_status VARCHAR2(100);
249: l_msg_count NUMBER;
250: l_msg_data VARCHAR2(2000);
251: l_main_id NUMBER;