DBA Data[Home] [Help]

APPS.QP_PREQ_GRP dependencies on FND_GLOBAL

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

41099: */
41100: CURSOR limit_trans_cur IS
41101: SELECT 'X'
41102: FROM qp_limit_transactions
41103: WHERE price_request_code > fnd_global.local_chr(0);
41104: --WHERE price_request_code > chr(0); fix GSCC compilation warning
41105:
41106: l_product_app_id number; -- bug 3841192
41107: