DBA Data[Home] [Help]

APPS.HZ_CUST_ACCT_BO_PUB dependencies on HZ_CUST_ACCT_BO_TBL

Line 384: p_ca_objs => HZ_CUST_ACCT_BO_TBL(p_cust_acct_obj),

380: p_bus_object_code => 'CUST_ACCT',
381: x_bus_object => l_bus_object
382: );
383: l_valid_obj := HZ_REGISTRY_VALIDATE_BO_PVT.is_ca_bo_comp(
384: p_ca_objs => HZ_CUST_ACCT_BO_TBL(p_cust_acct_obj),
385: p_bus_object => l_bus_object
386: );
387: IF NOT(l_valid_obj) THEN
388: RAISE fnd_api.g_exc_error;

Line 1609: l_cust_acct_objs HZ_CUST_ACCT_BO_TBL;

1605:
1606: l_cust_acct_id number;
1607: l_cust_acct_os varchar2(30);
1608: l_cust_acct_osr varchar2(255);
1609: l_cust_acct_objs HZ_CUST_ACCT_BO_TBL;
1610: BEGIN
1611:
1612: -- initialize API return status to success.
1613: x_return_status := FND_API.G_RET_STS_SUCCESS;