DBA Data[Home] [Help]

APPS.HZ_BUSINESS_EVENT_V2PVT dependencies on HZ_CUSTOMER_PROFILE_V2PUB

Line 146: p_customer_profile_rec IN hz_customer_profile_v2pub.customer_profile_rec_type,

142:
143: PROCEDURE create_cust_account_event (
144: p_cust_account_rec IN hz_cust_account_v2pub.cust_account_rec_type,
145: p_person_rec IN hz_party_v2pub.person_rec_type,
146: p_customer_profile_rec IN hz_customer_profile_v2pub.customer_profile_rec_type,
147: p_create_profile_amt IN VARCHAR2
148: );
149:
150: PROCEDURE create_cust_account_event (

Line 153: p_customer_profile_rec IN hz_customer_profile_v2pub.customer_profile_rec_type,

149:
150: PROCEDURE create_cust_account_event (
151: p_cust_account_rec IN hz_cust_account_v2pub.cust_account_rec_type,
152: p_organization_rec IN hz_party_v2pub.organization_rec_type,
153: p_customer_profile_rec IN hz_customer_profile_v2pub.customer_profile_rec_type,
154: p_create_profile_amt IN VARCHAR2
155: );
156:
157: PROCEDURE update_cust_account_event (

Line 171: -- HZ_CUSTOMER_PROFILE_V2PUB

167: p_cust_acct_relate_rec IN hz_cust_account_v2pub.cust_acct_relate_rec_type,
168: p_old_cust_acct_relate_rec IN hz_cust_account_v2pub.cust_acct_relate_rec_type
169: );
170:
171: -- HZ_CUSTOMER_PROFILE_V2PUB
172:
173: PROCEDURE create_customer_profile_event (
174: p_customer_profile_rec IN hz_customer_profile_v2pub.customer_profile_rec_type,
175: p_create_profile_amt IN VARCHAR2

Line 174: p_customer_profile_rec IN hz_customer_profile_v2pub.customer_profile_rec_type,

170:
171: -- HZ_CUSTOMER_PROFILE_V2PUB
172:
173: PROCEDURE create_customer_profile_event (
174: p_customer_profile_rec IN hz_customer_profile_v2pub.customer_profile_rec_type,
175: p_create_profile_amt IN VARCHAR2
176: );
177:
178: PROCEDURE update_customer_profile_event (

Line 179: p_customer_profile_rec IN hz_customer_profile_v2pub.customer_profile_rec_type,

175: p_create_profile_amt IN VARCHAR2
176: );
177:
178: PROCEDURE update_customer_profile_event (
179: p_customer_profile_rec IN hz_customer_profile_v2pub.customer_profile_rec_type,
180: p_old_customer_profile_rec IN hz_customer_profile_v2pub.customer_profile_rec_type
181: );
182:
183: PROCEDURE create_cust_profile_amt_event (

Line 180: p_old_customer_profile_rec IN hz_customer_profile_v2pub.customer_profile_rec_type

176: );
177:
178: PROCEDURE update_customer_profile_event (
179: p_customer_profile_rec IN hz_customer_profile_v2pub.customer_profile_rec_type,
180: p_old_customer_profile_rec IN hz_customer_profile_v2pub.customer_profile_rec_type
181: );
182:
183: PROCEDURE create_cust_profile_amt_event (
184: p_cust_profile_amt_rec IN hz_customer_profile_v2pub.cust_profile_amt_rec_type

Line 184: p_cust_profile_amt_rec IN hz_customer_profile_v2pub.cust_profile_amt_rec_type

180: p_old_customer_profile_rec IN hz_customer_profile_v2pub.customer_profile_rec_type
181: );
182:
183: PROCEDURE create_cust_profile_amt_event (
184: p_cust_profile_amt_rec IN hz_customer_profile_v2pub.cust_profile_amt_rec_type
185: );
186:
187: PROCEDURE update_cust_profile_amt_event (
188: p_cust_profile_amt_rec IN hz_customer_profile_v2pub.cust_profile_amt_rec_type,

Line 188: p_cust_profile_amt_rec IN hz_customer_profile_v2pub.cust_profile_amt_rec_type,

184: p_cust_profile_amt_rec IN hz_customer_profile_v2pub.cust_profile_amt_rec_type
185: );
186:
187: PROCEDURE update_cust_profile_amt_event (
188: p_cust_profile_amt_rec IN hz_customer_profile_v2pub.cust_profile_amt_rec_type,
189: p_old_cust_profile_amt_rec IN hz_customer_profile_v2pub.cust_profile_amt_rec_type
190: );
191:
192: -- HZ_CUST_ACCOUNT_SITE_V2PUB

Line 189: p_old_cust_profile_amt_rec IN hz_customer_profile_v2pub.cust_profile_amt_rec_type

185: );
186:
187: PROCEDURE update_cust_profile_amt_event (
188: p_cust_profile_amt_rec IN hz_customer_profile_v2pub.cust_profile_amt_rec_type,
189: p_old_cust_profile_amt_rec IN hz_customer_profile_v2pub.cust_profile_amt_rec_type
190: );
191:
192: -- HZ_CUST_ACCOUNT_SITE_V2PUB
193:

Line 205: p_customer_profile_rec IN hz_customer_profile_v2pub.customer_profile_rec_type,

201: );
202:
203: PROCEDURE create_cust_site_use_event (
204: p_cust_site_use_rec IN hz_cust_account_site_v2pub.cust_site_use_rec_type,
205: p_customer_profile_rec IN hz_customer_profile_v2pub.customer_profile_rec_type,
206: p_create_profile IN VARCHAR2,
207: p_create_profile_amt IN VARCHAR2
208: );
209: