DBA Data[Home] [Help]

APPS.OKL_BILLING_CONTROLLER_PVT dependencies on FND_API

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

1937: -- End header break detection logic
1938: -- ------------------------------------
1939:
1940: -- IF saved_bill_rec.l_commit_cnt > G_Commit_Max THEN
1941: -- IF FND_API.To_Boolean( p_commit ) THEN
1942: -- COMMIT;
1943: -- END IF;
1944: -- saved_bill_rec.l_commit_cnt := 0;
1945: -- END IF;

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

4210: p_commit,
4211: saved_bill_rec,
4212: l_update_tbl);
4213:
4214: -- IF FND_API.To_Boolean( p_commit ) THEN
4215: -- COMMIT;
4216: -- END IF;
4217:
4218: -- insert remaining records here

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

4702: p_commit,
4703: saved_bill_rec,
4704: l_update_tbl);
4705:
4706: -- IF FND_API.To_Boolean( p_commit ) THEN
4707: -- COMMIT;
4708: -- END IF;
4709:
4710: PRINT_TO_LOG( '========== END: Two LEVEL Processing ============');