DBA Data[Home] [Help]

APPS.OKL_DEAL_CREAT_PVT dependencies on OKC_CONTEXT

Line 2587: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(

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

Line 2861: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(

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

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

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

Line 3405: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(

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

Line 3691: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(

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

Line 3890: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(

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

Line 4233: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(

4229:
4230:
4231: BEGIN
4232:
4233: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(
4234: p_org_id => p_org_id,
4235: p_organization_id => p_organization_id);
4236:
4237: x_return_status := OKC_API.START_ACTIVITY(

Line 4898: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(

4894: BEGIN
4895:
4896: lp_org_id := p_org_id;
4897:
4898: OKC_CONTEXT.SET_OKC_ORG_CONTEXT(
4899: p_org_id => lp_org_id,
4900: p_organization_id => p_organization_id);
4901:
4902: x_return_status := OKC_API.START_ACTIVITY(