DBA Data[Home] [Help]

APPS.OKS_HZ_CUSTOMER_ACCOUNTS_PVT dependencies on HZ_CUST_ACCOUNT_V2PUB

Line 4: procedure init (p_account_rec OUT NOCOPY hz_cust_account_v2pub.cust_account_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);

Line 246: l_account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;

242: WHERE cust_account_id= cp_cust_account_id;
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);

Line 281: HZ_CUST_ACCOUNT_V2PUB.update_cust_account

277: --npalepu added for bug # 5139425 on 4/13/2006
278: l_object_version_number := cr_last_update.object_version_number;
279: --end npalepu
280:
281: HZ_CUST_ACCOUNT_V2PUB.update_cust_account
282: -- ( p_api_version => 1
283: ( p_init_msg_list => 'T'
284: -- , p_commit => 'F'
285: , p_cust_account_rec => l_account_rec