DBA Data[Home] [Help]

APPS.OKL_SETUPPRODUCTS_PVT dependencies on DUAL

Line 980: FROM dual;

976:
977: -- Selects the nextval from sequence, used later for defining event key
978: CURSOR okl_key_csr IS
979: SELECT okl_wf_item_s.NEXTVAL
980: FROM dual;
981:
982: -- Get product Details
983: CURSOR c_fetch_pdt_dtls(p_pdt_id OKl_products_V.ID%TYPE)
984: IS

Line 1276: FROM dual;

1272: -- modification of where condn by dcshanmu for bug 5999276 starts
1273:
1274: CURSOR l_wf_item_key_csr IS
1275: SELECT okl_wf_item_s.NEXTVAL item_key
1276: FROM dual;
1277:
1278: l_return_status VARCHAR2(3) := OKL_API.G_RET_STS_SUCCESS;
1279: l_api_version NUMBER := 1.0;
1280: l_api_name CONSTANT VARCHAR2(30) := 'set_additionalparameters';