[Home] [Help]
1164: x_return_status);
1165:
1166: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
1167: -- Invoke business event system.
1168: HZ_BUSINESS_EVENT_V2PVT.create_relationship_event (
1169: l_rel_rec,
1170: l_created_party );
1171: END IF;
1172:
1549: );
1550:
1551: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
1552: -- Invoke business event system.
1553: HZ_BUSINESS_EVENT_V2PVT.create_org_contact_event (
1554: l_org_contact_rec );
1555: END IF;
1556:
1557: -- Call to indicate Org Contact creation to DQM
2118: );
2119:
2120: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
2121: -- Invoke business event system.
2122: HZ_BUSINESS_EVENT_V2PVT.create_party_site_event (
2123: l_party_site_rec );
2124: END IF;
2125:
2126: -- Call to indicate Party Site creation to DQM
2688: x_return_status );
2689:
2690: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
2691: -- Invoke business event system.
2692: HZ_BUSINESS_EVENT_V2PVT.create_cust_acct_site_event (
2693: l_cust_acct_site_rec );
2694: END IF;
2695:
2696: -- Standard call to get message count and if count is 1, get message info.
2778: x_return_status );
2779:
2780: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
2781: -- Invoke business event system.
2782: HZ_BUSINESS_EVENT_V2PVT.create_cust_site_use_event (
2783: l_cust_site_use_rec,
2784: l_customer_profile_rec,
2785: p_create_profile,
2786: p_create_profile_amt );
3139: x_return_status );
3140:
3141: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
3142: -- Invoke business event system.
3143: HZ_BUSINESS_EVENT_V2PVT.create_customer_profile_event (
3144: l_customer_profile_rec,
3145: p_create_profile_amt );
3146: END IF;
3147:
3225: x_return_status );
3226:
3227: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
3228: -- Invoke business event system.
3229: HZ_BUSINESS_EVENT_V2PVT.create_cust_profile_amt_event (
3230: l_cust_profile_amt_rec );
3231: END IF;
3232:
3233: -- Standard call to get message count and if count is 1, get message info.
3737: x_return_status);
3738:
3739: IF x_return_status = fnd_api.g_ret_sts_success THEN
3740: -- Invoke business event system.
3741: hz_business_event_v2pvt.create_contact_point_event(
3742: l_contact_point_rec,
3743: l_edi_rec,
3744: l_eft_rec,
3745: l_email_rec,
4282: );
4283:
4284: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
4285: -- Invoke business event system.
4286: HZ_BUSINESS_EVENT_V2PVT.create_party_site_use_event (
4287: l_party_site_use_rec );
4288: END IF;
4289:
4290: -- standard call to get message count and if count is 1, get message info.