DBA Data[Home] [Help]

APPS.OKL_DEAL_CHARGES_PVT dependencies on OKL_CONTEXT

Line 157: If okl_context.get_okc_org_id is null then

153: End If;
154:
155: l_chr_id := p_chr_id;
156: l_cle_id := p_cle_id;
157: If okl_context.get_okc_org_id is null then
158: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
159: End If;
160:
161: l_amount := p_amount;

Line 158: okl_context.set_okc_org_context(p_chr_id => l_chr_id );

154:
155: l_chr_id := p_chr_id;
156: l_cle_id := p_cle_id;
157: If okl_context.get_okc_org_id is null then
158: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
159: End If;
160:
161: l_amount := p_amount;
162: