DBA Data[Home] [Help]

APPS.OKL_PARTY_PAYMENTS_PVT dependencies on OKL_CONTEXT

Line 1386: IF Okl_Context.get_okc_org_id IS NULL THEN

1382:
1383: BEGIN
1384:
1385: l_chr_id := p_chr_id;
1386: IF Okl_Context.get_okc_org_id IS NULL THEN
1387: Okl_Context.set_okc_org_context(p_chr_id => l_chr_id );
1388: END IF;
1389:
1390: x_return_status := Okc_Api.START_ACTIVITY(

Line 1387: Okl_Context.set_okc_org_context(p_chr_id => l_chr_id );

1383: BEGIN
1384:
1385: l_chr_id := p_chr_id;
1386: IF Okl_Context.get_okc_org_id IS NULL THEN
1387: Okl_Context.set_okc_org_context(p_chr_id => l_chr_id );
1388: END IF;
1389:
1390: x_return_status := Okc_Api.START_ACTIVITY(
1391: p_api_name => l_api_name,