DBA Data[Home] [Help]

APPS.OKL_TXS_PVT dependencies on HZ_CUST_ACCOUNTS

Line 1548: FROM hz_cust_accounts

1544: l_dummy_var VARCHAR2(1) := '?' ;
1545:
1546: CURSOR okl_txsv_bill_cust_acct_fk_csr (p_id IN NUMBER) IS
1547: SELECT 'x'
1548: FROM hz_cust_accounts
1549: WHERE cust_account_id = p_id;
1550: BEGIN
1551:
1552: IF (p_txsv_rec.bill_to_cust_acct_id <> OKL_API.G_MISS_NUM AND p_txsv_rec.bill_to_cust_acct_id IS NOT NULL)

Line 1566: 'hz_cust_accounts');

1562: 'bill_to_cust_acct_id',
1563: g_child_table_token ,
1564: 'OKL_TAX_SOURCES_V',
1565: g_parent_table_token ,
1566: 'hz_cust_accounts');
1567: l_return_status := OKC_API.G_RET_STS_ERROR;
1568:
1569: END IF;
1570: