DBA Data[Home] [Help]

APPS.HZ_CUST_ACCT_CONTACT_BO_PUB dependencies on HZ_CUST_ACCT_CONTACT_BO_TBL

Line 235: p_cac_objs => HZ_CUST_ACCT_CONTACT_BO_TBL(p_cust_acct_contact_obj),

231: p_bus_object_code => 'CUST_ACCT_CONTACT',
232: x_bus_object => l_bus_object
233: );
234: l_valid_obj := HZ_REGISTRY_VALIDATE_BO_PVT.is_cac_bo_comp(
235: p_cac_objs => HZ_CUST_ACCT_CONTACT_BO_TBL(p_cust_acct_contact_obj),
236: p_bus_object => l_bus_object
237: );
238: IF NOT(l_valid_obj) THEN
239: RAISE fnd_api.g_exc_error;

Line 1211: l_cust_acct_contact_objs HZ_CUST_ACCT_CONTACT_BO_TBL;

1207:
1208: l_cust_acct_contact_id number;
1209: l_cust_acct_contact_os varchar2(30);
1210: l_cust_acct_contact_osr varchar2(255);
1211: l_cust_acct_contact_objs HZ_CUST_ACCT_CONTACT_BO_TBL;
1212: BEGIN
1213:
1214: -- initialize API return status to success.
1215: x_return_status := FND_API.G_RET_STS_SUCCESS;