DBA Data[Home] [Help]

APPS.OKL_INTERNAL_TO_EXTERNAL dependencies on FND_API

Line 404: IF Fnd_Api.To_Boolean( p_commit )THEN

400: WHERE id = error_tbl(i).id;
401: END LOOP;
402:
403: -- Performance Improvement
404: IF Fnd_Api.To_Boolean( p_commit )THEN
405: COMMIT;
406: END IF;
407:
408: END LOOP; --error_tbl

Line 418: IF Fnd_Api.To_Boolean( p_commit ) THEN

414: -----------------------
415: -- Commit
416: -----------------------
417: PRINT_TO_LOG('BULK p_commit in bulk process' ||p_commit);
418: IF Fnd_Api.To_Boolean( p_commit ) THEN
419: COMMIT;
420: PRINT_TO_LOG('BULK after commit in bulk process');
421: END IF;
422:

Line 1909: IF fnd_api.to_boolean(p_commit) THEN

1905: IF l_commit_cnt > l_max_commit THEN
1906: l_commit_cnt := 0;
1907: --
1908:
1909: IF fnd_api.to_boolean(p_commit) THEN
1910: -- Commit and restart
1911: COMMIT;
1912: END IF;
1913:

Line 1980: IF fnd_api.to_boolean(p_commit) THEN

1976:
1977: IF l_commit_cnt > l_max_commit THEN
1978: l_commit_cnt := 0;
1979:
1980: IF fnd_api.to_boolean(p_commit) THEN
1981: COMMIT;
1982: END IF;
1983:
1984: END IF;

Line 3054: IF fnd_api.to_boolean(p_commit) THEN

3050:
3051: IF l_commit_cnt > l_max_commit THEN
3052: l_commit_cnt := 0;
3053:
3054: IF fnd_api.to_boolean(p_commit) THEN
3055: -- Commit and restart
3056: COMMIT;
3057: END IF;
3058:

Line 3120: IF fnd_api.to_boolean(p_commit) THEN

3116:
3117: IF l_commit_cnt > l_max_commit THEN
3118: l_commit_cnt := 0;
3119:
3120: IF fnd_api.to_boolean(p_commit) THEN
3121: -- Commit and restart
3122: COMMIT;
3123: END IF;
3124: