DBA Data[Home] [Help]

APPS.OKL_BILLING_CONTROLLER_PVT dependencies on FND_API

Line 2005: -- IF FND_API.To_Boolean( p_commit ) THEN

2001: -- End header break detection logic
2002: -- ------------------------------------
2003:
2004: -- IF saved_bill_rec.l_commit_cnt > G_Commit_Max THEN
2005: -- IF FND_API.To_Boolean( p_commit ) THEN
2006: -- COMMIT;
2007: -- END IF;
2008: -- saved_bill_rec.l_commit_cnt := 0;
2009: -- END IF;

Line 4278: -- IF FND_API.To_Boolean( p_commit ) THEN

4274: p_commit,
4275: saved_bill_rec,
4276: l_update_tbl);
4277:
4278: -- IF FND_API.To_Boolean( p_commit ) THEN
4279: -- COMMIT;
4280: -- END IF;
4281:
4282: -- insert remaining records here

Line 4770: -- IF FND_API.To_Boolean( p_commit ) THEN

4766: p_commit,
4767: saved_bill_rec,
4768: l_update_tbl);
4769:
4770: -- IF FND_API.To_Boolean( p_commit ) THEN
4771: -- COMMIT;
4772: -- END IF;
4773:
4774: PRINT_TO_LOG( '========== END: Two LEVEL Processing ============');