DBA Data[Home] [Help]

APPS.OKE_AGREEMENT_PVT dependencies on OKE_UTILS

Line 2753: l_org_id_vc := oke_utils.org_id;

2749:
2750: --l_agreement_org_id := l_agreement_in_rec.owning_organization_id;
2751:
2752: -- fnd_profile.get('ORG_ID',l_org_id_vc);
2753: l_org_id_vc := oke_utils.org_id;
2754:
2755: --
2756: -- Create agreements for each OU
2757: --

Line 3436: l_org_id_vc:=oke_utils.org_id;

3432:
3433: l_agreement_in_rec.amount := 99999999999999999.99999;
3434:
3435: --fnd_profile.get('ORG_ID',l_org_id_vc);
3436: l_org_id_vc:=oke_utils.org_id;
3437:
3438: --
3439: -- Update existing agreements
3440: --

Line 4482: l_org_id_vc := oke_utils.org_id;

4478: -- Set the enviornment variables
4479: --
4480:
4481: --fnd_profile.get('ORG_ID',l_org_id_vc);
4482: l_org_id_vc := oke_utils.org_id;
4483:
4484: --l_org_id_n := get_agreement_org(p_agreement_id => p_allocation_in_rec.agreement_id);
4485:
4486: if (nvl(l_org_id_n, -99) <> -99) then

Line 4857: l_org_id_vc := oke_utils.org_id;

4853: -- Set the enviornment variables
4854: --
4855:
4856: -- fnd_profile.get('ORG_ID',l_org_id_vc);
4857: l_org_id_vc := oke_utils.org_id;
4858:
4859: --l_org_id_n := nvl(get_agreement_org(p_agreement_id => p_allocation_in_rec.agreement_id), -99);
4860:
4861: if (nvl(l_org_id_n, -99) <> -99) then