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 OKS_HZ_CUSTOMER_ACCOUNTS_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKSSCOTS.pls 120.1 2005/09/08 04:45:17 hkamdar 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:
7: procedure UPDATE_ROW (p_cust_account_id in number,
8: p_coterm_day_month in varchar2);
9: END OKS_HZ_CUSTOMER_ACCOUNTS_PVT ;