DBA Data[Home] [Help]

APPS.HZ_CUST_ACCT_BO_PUB dependencies on HZ_CUST_ACCT_BO_TBL

Line 266: p_ca_objs => HZ_CUST_ACCT_BO_TBL(p_cust_acct_obj),

262: p_bus_object_code => 'CUST_ACCT',
263: x_bus_object => l_bus_object
264: );
265: l_valid_obj := HZ_REGISTRY_VALIDATE_BO_PVT.is_ca_bo_comp(
266: p_ca_objs => HZ_CUST_ACCT_BO_TBL(p_cust_acct_obj),
267: p_bus_object => l_bus_object
268: );
269: IF NOT(l_valid_obj) THEN
270: RAISE fnd_api.g_exc_error;

Line 1480: l_cust_acct_objs HZ_CUST_ACCT_BO_TBL;

1476:
1477: l_cust_acct_id number;
1478: l_cust_acct_os varchar2(30);
1479: l_cust_acct_osr varchar2(255);
1480: l_cust_acct_objs HZ_CUST_ACCT_BO_TBL;
1481: BEGIN
1482:
1483: -- initialize API return status to success.
1484: x_return_status := FND_API.G_RET_STS_SUCCESS;