DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on FND_API

Line 3007: IF FND_API.to_boolean(p_commit) THEN

3003: X_Revenue_Hard_Limit => l_funding_in_rec.revenue_hard_limit ,
3004: X_Agreement_Org_id => l_funding_in_rec.agreement_org_id
3005: );
3006:
3007: IF FND_API.to_boolean(p_commit) THEN
3008:
3009: COMMIT WORK;
3010:
3011: END IF;

Line 3226: IF FND_API.to_boolean(p_commit) THEN

3222:
3223: -- dbms_output.put_line('finished oke_fundsource_pvt.update_funding w/ ' || p_return_status);
3224: --oke_debug.debug('finished oke_fundsource_pvt.update_funding w/ ' || p_return_status);
3225:
3226: IF FND_API.to_boolean(p_commit) THEN
3227:
3228: COMMIT WORK;
3229:
3230: END IF;

Line 3401: IF FND_API.to_boolean(p_commit) THEN

3397:
3398: --dbms_output.put_line('finished oke_fundsource_pvt.delete_funding w/ ' || p_return_status);
3399: --oke_debug.debug('finished oke_fundsource_pvt.delete_funding w/ ' || p_return_status);
3400:
3401: IF FND_API.to_boolean(p_commit) THEN
3402:
3403: COMMIT WORK;
3404:
3405: END IF;

Line 4081: IF FND_API.to_boolean(p_commit) THEN

4077: OKE_FUNDING_UTIL_PKG.update_source_flag(x_funding_source_id => l_funding_out_rec.funding_source_id ,
4078: x_commit => OKE_API.G_FALSE
4079: );
4080:
4081: IF FND_API.to_boolean(p_commit) THEN
4082:
4083: COMMIT WORK;
4084:
4085: END IF;

Line 4896: IF FND_API.to_boolean(p_commit) THEN

4892: OKE_FUNDING_UTIL_PKG.update_source_flag(x_funding_source_id => l_funding_out_rec.funding_source_id ,
4893: x_commit => OKE_API.G_FALSE
4894: );
4895:
4896: IF FND_API.to_boolean(p_commit) THEN
4897:
4898: COMMIT WORK;
4899:
4900: END IF;