DBA Data[Home] [Help]

APPS.QP_PREQ_GRP dependencies on FND_GLOBAL

Line 32362: WHERE price_request_code > fnd_global.local_chr(0);

32358: */
32359: CURSOR limit_trans_cur IS
32360: SELECT 'X'
32361: FROM qp_limit_transactions
32362: WHERE price_request_code > fnd_global.local_chr(0);
32363: --WHERE price_request_code > chr(0); fix GSCC compilation warning
32364:
32365: l_product_app_id number; -- bug 3841192
32366: