DBA Data[Home] [Help]

APPS.OKE_AGREEMENT_PVT dependencies on FND_API

Line 3045: IF FND_API.to_boolean(p_commit) THEN

3041: OKE_FUNDING_UTIL_PKG.update_source_flag(x_funding_source_id => p_funding_in_rec.funding_source_id ,
3042: x_commit => OKE_API.G_FALSE
3043: );
3044:
3045: IF FND_API.to_boolean(p_commit) THEN
3046:
3047: COMMIT WORK;
3048:
3049: END IF;

Line 4251: IF FND_API.to_boolean(p_commit) THEN

4247:
4248: -- fnd_client_info.set_org_context(l_org_id_vc);
4249: mo_global.set_policy_context('S',l_org_id_vc);
4250:
4251: IF FND_API.to_boolean(p_commit) THEN
4252:
4253: COMMIT WORK;
4254:
4255: END IF;

Line 4742: IF FND_API.to_boolean(p_commit) THEN

4738:
4739: --dbms_output.put_line('finished oke_agreement_pvt.update_funding w/ ' || p_return_status);
4740: --oke_debug.debug('finished oke_agreement_pvt.update_funding w/ ' || p_return_status);
4741:
4742: IF FND_API.to_boolean(p_commit) THEN
4743:
4744: COMMIT WORK;
4745:
4746: END IF;

Line 4984: IF FND_API.to_boolean(p_commit) THEN

4980: x_version_add => 1 ,
4981: x_commit => OKE_API.G_FALSE
4982: );
4983:
4984: IF FND_API.to_boolean(p_commit) THEN
4985:
4986: COMMIT WORK;
4987:
4988: END IF;