DBA Data[Home] [Help]

APPS.OKL_CONTRACT_BOOK_PVT dependencies on OKL_CONTEXT

Line 3979: okl_context.get_okc_org_id

3975: p_term_tbl (l_tq_rec_count).accepted_yn := 'Y';
3976: p_term_tbl (l_tq_rec_count).date_effective_to :=
3977: SYSDATE;
3978: p_term_tbl (l_tq_rec_count).org_id :=
3979: okl_context.get_okc_org_id
3980: ();
3981: END IF;
3982: ELSIF (l_rq_fee_lns_bkg_csr%NOTFOUND) THEN
3983: EXIT;

Line 4077: okl_context.get_okc_org_id

4073: p_term_tbl (l_tq_rec_count).accepted_yn := 'Y';
4074: p_term_tbl (l_tq_rec_count).date_effective_to :=
4075: SYSDATE;
4076: p_term_tbl (l_tq_rec_count).org_id :=
4077: okl_context.get_okc_org_id
4078: ();
4079: END IF;
4080: ELSIF (l_rq_fee_lns_rbk_csr%NOTFOUND) THEN
4081: EXIT;