DBA Data[Home] [Help]

APPS.OKE_AGREEMENT_PVT dependencies on FND_API

Line 3025: IF FND_API.to_boolean(p_commit) THEN

3021: OKE_FUNDING_UTIL_PKG.update_source_flag(x_funding_source_id => p_funding_in_rec.funding_source_id ,
3022: x_commit => OKE_API.G_FALSE
3023: );
3024:
3025: IF FND_API.to_boolean(p_commit) THEN
3026:
3027: COMMIT WORK;
3028:
3029: END IF;

Line 4226: IF FND_API.to_boolean(p_commit) THEN

4222:
4223: -- fnd_client_info.set_org_context(l_org_id_vc);
4224: mo_global.set_policy_context('S',l_org_id_vc);
4225:
4226: IF FND_API.to_boolean(p_commit) THEN
4227:
4228: COMMIT WORK;
4229:
4230: END IF;

Line 4717: IF FND_API.to_boolean(p_commit) THEN

4713:
4714: --dbms_output.put_line('finished oke_agreement_pvt.update_funding w/ ' || p_return_status);
4715: --oke_debug.debug('finished oke_agreement_pvt.update_funding w/ ' || p_return_status);
4716:
4717: IF FND_API.to_boolean(p_commit) THEN
4718:
4719: COMMIT WORK;
4720:
4721: END IF;

Line 4959: IF FND_API.to_boolean(p_commit) THEN

4955: x_version_add => 1 ,
4956: x_commit => OKE_API.G_FALSE
4957: );
4958:
4959: IF FND_API.to_boolean(p_commit) THEN
4960:
4961: COMMIT WORK;
4962:
4963: END IF;