DBA Data[Home] [Help]

APPS.HZ_BUSINESS_EVENT_V2PVT dependencies on HZ_CUST_ACCOUNT_V2PUB

Line 141: -- HZ_CUST_ACCOUNT_V2PUB

137: p_contact_preference_rec IN hz_contact_preference_v2pub.contact_preference_rec_type,
138: p_old_contact_preference_rec IN hz_contact_preference_v2pub.contact_preference_rec_type
139: );
140:
141: -- HZ_CUST_ACCOUNT_V2PUB
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,

Line 144: p_cust_account_rec IN hz_cust_account_v2pub.cust_account_rec_type,

140:
141: -- HZ_CUST_ACCOUNT_V2PUB
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: );

Line 151: p_cust_account_rec IN hz_cust_account_v2pub.cust_account_rec_type,

147: p_create_profile_amt IN VARCHAR2
148: );
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: );

Line 158: p_cust_account_rec IN hz_cust_account_v2pub.cust_account_rec_type,

154: p_create_profile_amt IN VARCHAR2
155: );
156:
157: PROCEDURE update_cust_account_event (
158: p_cust_account_rec IN hz_cust_account_v2pub.cust_account_rec_type,
159: p_old_cust_account_rec IN hz_cust_account_v2pub.cust_account_rec_type
160: );
161:
162: PROCEDURE create_cust_acct_relate_event (

Line 159: p_old_cust_account_rec IN hz_cust_account_v2pub.cust_account_rec_type

155: );
156:
157: PROCEDURE update_cust_account_event (
158: p_cust_account_rec IN hz_cust_account_v2pub.cust_account_rec_type,
159: p_old_cust_account_rec IN hz_cust_account_v2pub.cust_account_rec_type
160: );
161:
162: PROCEDURE create_cust_acct_relate_event (
163: p_cust_acct_relate_rec IN hz_cust_account_v2pub.cust_acct_relate_rec_type

Line 163: p_cust_acct_relate_rec IN hz_cust_account_v2pub.cust_acct_relate_rec_type

159: p_old_cust_account_rec IN hz_cust_account_v2pub.cust_account_rec_type
160: );
161:
162: PROCEDURE create_cust_acct_relate_event (
163: p_cust_acct_relate_rec IN hz_cust_account_v2pub.cust_acct_relate_rec_type
164: );
165:
166: PROCEDURE update_cust_acct_relate_event (
167: p_cust_acct_relate_rec IN hz_cust_account_v2pub.cust_acct_relate_rec_type,

Line 167: p_cust_acct_relate_rec IN hz_cust_account_v2pub.cust_acct_relate_rec_type,

163: p_cust_acct_relate_rec IN hz_cust_account_v2pub.cust_acct_relate_rec_type
164: );
165:
166: PROCEDURE update_cust_acct_relate_event (
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

Line 168: p_old_cust_acct_relate_rec IN hz_cust_account_v2pub.cust_acct_relate_rec_type

164: );
165:
166: PROCEDURE update_cust_acct_relate_event (
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: