DBA Data[Home] [Help]

APPS.HXC_MAPPING_UTILITIES dependencies on FND_PRODUCT_INSTALLATIONS

Line 2187: FROM fnd_product_installations pi

2183: txfrd_cr MapTxfrdCur;
2184:
2185: CURSOR csr_chk_otl_installed IS
2186: SELECT 'Y'
2187: FROM fnd_product_installations pi
2188: WHERE pi.application_id = 809
2189: AND pi.status in ( 'S', 'I' );
2190:
2191:

Line 2826: FROM fnd_product_installations pi

2822: map_cr MapExistsCur;
2823:
2824: CURSOR csr_chk_otl_installed IS
2825: SELECT 'Y'
2826: FROM fnd_product_installations pi
2827: WHERE pi.application_id = 809
2828: AND pi.status in ( 'S', 'I' );
2829:
2830: