DBA Data[Home] [Help]

APPS.HZ_EXTRACT_ACCT_SITE_BO_PVT dependencies on HZ_EXTRACT_ACCT_CONT_BO_PVT

Line 980: HZ_EXTRACT_ACCT_CONT_BO_PVT.get_cust_acct_contact_bos(

976: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
977: RAISE FND_API.G_EXC_ERROR;
978: END IF;
979:
980: HZ_EXTRACT_ACCT_CONT_BO_PVT.get_cust_acct_contact_bos(
981: p_init_msg_list => fnd_api.g_false,
982: p_parent_id => x_cust_acct_site_objs(i).cust_acct_site_id,
983: p_cust_acct_contact_id => null,
984: p_action_type => p_action_type,

Line 1726: HZ_EXTRACT_ACCT_CONT_BO_PVT.get_cust_acct_contact_bos(

1722: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1723: RAISE FND_API.G_EXC_ERROR;
1724: END IF;
1725:
1726: HZ_EXTRACT_ACCT_CONT_BO_PVT.get_cust_acct_contact_bos(
1727: p_init_msg_list => fnd_api.g_false,
1728: p_parent_id => x_cust_acct_site_v2_objs(i).cust_acct_site_id,
1729: p_cust_acct_contact_id => null,
1730: p_action_type => p_action_type,