DBA Data[Home] [Help]

APPS.OKE_FUNDING_UTIL_PKG dependencies on FND_API

Line 1317: if FND_API.to_boolean(x_commit) then

1313: set agreement_version = nvl(agreement_version, 0) + x_version_add,
1314: insert_update_flag = null
1315: where fund_allocation_id = x_fund_allocation_id;
1316:
1317: if FND_API.to_boolean(x_commit) then
1318:
1319: commit work;
1320:
1321: end if;

Line 1356: IF FND_API.to_boolean(x_commit) THEN

1352: UPDATE oke_k_funding_sources
1353: SET agreement_flag = l_flag
1354: WHERE funding_source_id = x_funding_source_id;
1355:
1356: IF FND_API.to_boolean(x_commit) THEN
1357:
1358: COMMIT WORK;
1359:
1360: END IF;