DBA Data[Home] [Help]

APPS.HXC_MAPPING_UTILITIES dependencies on FND_PRODUCT_INSTALLATIONS

Line 2195: FROM fnd_product_installations pi

2191: txfrd_cr MapTxfrdCur;
2192:
2193: CURSOR csr_chk_otl_installed IS
2194: SELECT 'Y'
2195: FROM fnd_product_installations pi
2196: WHERE pi.application_id = 809
2197: AND pi.status in ( 'S', 'I' );
2198:
2199:

Line 3058: FROM fnd_product_installations pi

3054: map_cr MapExistsCur;
3055:
3056: CURSOR csr_chk_otl_installed IS
3057: SELECT 'Y'
3058: FROM fnd_product_installations pi
3059: WHERE pi.application_id = 809
3060: AND pi.status in ( 'S', 'I' );
3061:
3062: