DBA Data[Home] [Help]

APPS.GL_FUNDS_AVAILABLE_PKG dependencies on FND_PRODUCT_INSTALLATIONS

Line 14: from fnd_product_installations fpi

10: FUNCTION is_po_installed RETURN BOOLEAN IS
11:
12: CURSOR c_po_install IS
13: select 'found'
14: from fnd_product_installations fpi
15: where fpi.application_id = 201
16: and fpi.status = 'I';
17:
18: dummy VARCHAR2( 100 );