DBA Data[Home] [Help]

APPS.OKE_AGREEMENT_PVT dependencies on OKE_UTILS

Line 2773: l_org_id_vc := oke_utils.org_id;

2769:
2770: --l_agreement_org_id := l_agreement_in_rec.owning_organization_id;
2771:
2772: -- fnd_profile.get('ORG_ID',l_org_id_vc);
2773: l_org_id_vc := oke_utils.org_id;
2774:
2775: --
2776: -- Create agreements for each OU
2777: --

Line 3461: l_org_id_vc:=oke_utils.org_id;

3457:
3458: l_agreement_in_rec.amount := 99999999999999999.99999;
3459:
3460: --fnd_profile.get('ORG_ID',l_org_id_vc);
3461: l_org_id_vc:=oke_utils.org_id;
3462:
3463: --
3464: -- Update existing agreements
3465: --

Line 4507: l_org_id_vc := oke_utils.org_id;

4503: -- Set the enviornment variables
4504: --
4505:
4506: --fnd_profile.get('ORG_ID',l_org_id_vc);
4507: l_org_id_vc := oke_utils.org_id;
4508:
4509: --l_org_id_n := get_agreement_org(p_agreement_id => p_allocation_in_rec.agreement_id);
4510:
4511: if (nvl(l_org_id_n, -99) <> -99) then

Line 4882: l_org_id_vc := oke_utils.org_id;

4878: -- Set the enviornment variables
4879: --
4880:
4881: -- fnd_profile.get('ORG_ID',l_org_id_vc);
4882: l_org_id_vc := oke_utils.org_id;
4883:
4884: --l_org_id_n := nvl(get_agreement_org(p_agreement_id => p_allocation_in_rec.agreement_id), -99);
4885:
4886: if (nvl(l_org_id_n, -99) <> -99) then