DBA Data[Home] [Help]

APPS.OKL_AM_INTEGRATION_PVT dependencies on OKL_SYSTEM_PARAMS

Line 57: FROM OKL_SYSTEM_PARAMS;

53:
54: -- rmunjulu bug 4508497 added to check the setup
55: CURSOR l_sys_prms_csr IS
56: SELECT NVL(upper(CANCEL_QUOTES_YN), 'N') CANCEL_QUOTES
57: FROM OKL_SYSTEM_PARAMS;
58:
59: -- rmunjulu bug 4508497
60: l_keep_existing_quotes_yn VARCHAR2(3);
61: BEGIN