DBA Data[Home] [Help]

APPS.OKL_TXS_PVT dependencies on XLE_ENTITY_PROFILES

Line 1644: FROM xle_entity_profiles

1640: l_dummy_var VARCHAR2(1) := '?' ;
1641:
1642: CURSOR okl_txsv_le_id_fk_csr (p_id IN NUMBER) IS
1643: SELECT 'x'
1644: FROM xle_entity_profiles
1645: WHERE legal_entity_id = p_id;
1646: BEGIN
1647:
1648: IF (p_txsv_rec.legal_entity_id <> OKL_API.G_MISS_NUM AND p_txsv_rec.legal_entity_id IS NOT NULL)

Line 1665: 'xle_entity_profiles');

1661: 'legal_entity_id',
1662: g_child_table_token ,
1663: 'OKL_TAX_SOURCES_V',
1664: g_parent_table_token ,
1665: 'xle_entity_profiles');
1666: l_return_status := OKC_API.G_RET_STS_ERROR;
1667:
1668: END IF;
1669: