DBA Data[Home] [Help]

APPS.OKL_CONTRACT_BOOK_PVT dependencies on OKL_CONTEXT

Line 4447: okl_context.get_okc_org_id

4443: p_term_tbl (l_tq_rec_count).accepted_yn := 'Y';
4444: p_term_tbl (l_tq_rec_count).date_effective_to :=
4445: SYSDATE;
4446: p_term_tbl (l_tq_rec_count).org_id :=
4447: okl_context.get_okc_org_id
4448: ();
4449: END IF;
4450: ELSIF (l_rq_fee_lns_bkg_csr%NOTFOUND) THEN
4451: EXIT;

Line 4545: okl_context.get_okc_org_id

4541: p_term_tbl (l_tq_rec_count).accepted_yn := 'Y';
4542: p_term_tbl (l_tq_rec_count).date_effective_to :=
4543: SYSDATE;
4544: p_term_tbl (l_tq_rec_count).org_id :=
4545: okl_context.get_okc_org_id
4546: ();
4547: END IF;
4548: ELSIF (l_rq_fee_lns_rbk_csr%NOTFOUND) THEN
4549: EXIT;