DBA Data[Home] [Help]

APPS.OKL_DEAL_CREAT_PVT dependencies on OKC_CONTEXT

Line 2590: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(

2586: -- CURSOR c_rg_party_csr(p_cpl_id IN NUMBER, p_object1_id1 IN okc_k_party_roles_v.object1_id1%TYPE) IS
2587: --end modifying abhsaxen Cursor not in use
2588: BEGIN
2589:
2590: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(
2591: p_org_id => p_org_id,
2592: p_organization_id => p_organization_id);
2593:
2594: x_return_status := OKC_API.START_ACTIVITY(

Line 2864: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(

2860: --end modified abhsaxen for performance SQLID 20562566
2861:
2862: BEGIN
2863:
2864: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(
2865: p_org_id => p_org_id,
2866: p_organization_id => p_organization_id);
2867:
2868: x_return_status := OKC_API.START_ACTIVITY(

Line 3247: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(p_org_id => p_org_id, p_organization_id => p_organization_id);

3243: l_api_version CONSTANT NUMBER := 1.0;
3244:
3245: BEGIN
3246:
3247: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(p_org_id => p_org_id, p_organization_id => p_organization_id);
3248:
3249: x_return_status := OKC_API.START_ACTIVITY(
3250: p_api_name => l_api_name,
3251: p_pkg_name => g_pkg_name,

Line 3408: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(

3404: l_template_yn OKC_K_HEADERS_B.TEMPLATE_YN%TYPE;
3405: l_chr_type OKC_K_HEADERS_B.CHR_TYPE%TYPE;
3406: BEGIN
3407:
3408: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(
3409: p_org_id => p_org_id,
3410: p_organization_id => p_organization_id);
3411:
3412: x_return_status := OKC_API.START_ACTIVITY(

Line 3694: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(

3690: l_contract_number OKC_K_HEADERS_B.CHR_TYPE%TYPE;
3691:
3692: BEGIN
3693:
3694: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(
3695: p_org_id => p_org_id,
3696: p_organization_id => p_organization_id);
3697:
3698: x_return_status := OKC_API.START_ACTIVITY(

Line 3893: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(

3889: l_ak_prompt AK_ATTRIBUTES_VL.attribute_label_long%TYPE;
3890:
3891: BEGIN
3892:
3893: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(
3894: p_org_id => p_org_id,
3895: p_organization_id => p_organization_id);
3896:
3897: x_return_status := OKC_API.START_ACTIVITY(

Line 4236: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(

4232:
4233:
4234: BEGIN
4235:
4236: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(
4237: p_org_id => p_org_id,
4238: p_organization_id => p_organization_id);
4239:
4240: x_return_status := OKC_API.START_ACTIVITY(

Line 4914: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(

4910: BEGIN
4911:
4912: lp_org_id := p_org_id;
4913:
4914: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(
4915: p_org_id => lp_org_id,
4916: p_organization_id => p_organization_id);
4917:
4918: x_return_status := OKC_API.START_ACTIVITY(