DBA Data[Home] [Help]

APPS.B_STD_OP_PKG dependencies on FND_APPLICATION

Line 1297: SELECT 1 FROM fnd_application app, fnd_product_installations inst

1293: l_wms_install NUMBER;
1294: v_sqlstr VARCHAR2(100);
1295: v_result NUMBER;
1296: CURSOR wms_inst_cur IS
1297: SELECT 1 FROM fnd_application app, fnd_product_installations inst
1298: WHERE app.application_short_name = 'WMS'
1299: AND inst.application_id = app.application_id
1300: AND inst.status <> 'N';
1301: BEGIN