DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on FND_API

Line 2858: IF FND_API.to_boolean(p_commit) THEN

2854: X_Revenue_Hard_Limit => l_funding_in_rec.revenue_hard_limit ,
2855: X_Agreement_Org_id => l_funding_in_rec.agreement_org_id
2856: );
2857:
2858: IF FND_API.to_boolean(p_commit) THEN
2859:
2860: COMMIT WORK;
2861:
2862: END IF;

Line 3062: IF FND_API.to_boolean(p_commit) THEN

3058:
3059: -- dbms_output.put_line('finished oke_fundsource_pvt.update_funding w/ ' || p_return_status);
3060: --oke_debug.debug('finished oke_fundsource_pvt.update_funding w/ ' || p_return_status);
3061:
3062: IF FND_API.to_boolean(p_commit) THEN
3063:
3064: COMMIT WORK;
3065:
3066: END IF;

Line 3237: IF FND_API.to_boolean(p_commit) THEN

3233:
3234: --dbms_output.put_line('finished oke_fundsource_pvt.delete_funding w/ ' || p_return_status);
3235: --oke_debug.debug('finished oke_fundsource_pvt.delete_funding w/ ' || p_return_status);
3236:
3237: IF FND_API.to_boolean(p_commit) THEN
3238:
3239: COMMIT WORK;
3240:
3241: END IF;

Line 3884: IF FND_API.to_boolean(p_commit) THEN

3880: OKE_FUNDING_UTIL_PKG.update_source_flag(x_funding_source_id => l_funding_out_rec.funding_source_id ,
3881: x_commit => OKE_API.G_FALSE
3882: );
3883:
3884: IF FND_API.to_boolean(p_commit) THEN
3885:
3886: COMMIT WORK;
3887:
3888: END IF;

Line 4682: IF FND_API.to_boolean(p_commit) THEN

4678: OKE_FUNDING_UTIL_PKG.update_source_flag(x_funding_source_id => l_funding_out_rec.funding_source_id ,
4679: x_commit => OKE_API.G_FALSE
4680: );
4681:
4682: IF FND_API.to_boolean(p_commit) THEN
4683:
4684: COMMIT WORK;
4685:
4686: END IF;