DBA Data[Home] [Help]

APPS.AP_VENDOR_PUB_PKG_W dependencies on FND_API

Line 32: if d > rosetta_g_mistake_date_high then return fnd_api.g_miss_date; end if;

28:
29: -- this is to workaround the JDBC bug regarding IN DATE of value GMiss
30: function rosetta_g_miss_date_in_map(d date) return date as
31: begin
32: if d > rosetta_g_mistake_date_high then return fnd_api.g_miss_date; end if;
33: if d < rosetta_g_mistake_date_low then return fnd_api.g_miss_date; end if;
34: return d;
35: end;
36:

Line 33: if d < rosetta_g_mistake_date_low then return fnd_api.g_miss_date; end if;

29: -- this is to workaround the JDBC bug regarding IN DATE of value GMiss
30: function rosetta_g_miss_date_in_map(d date) return date as
31: begin
32: if d > rosetta_g_mistake_date_high then return fnd_api.g_miss_date; end if;
33: if d < rosetta_g_mistake_date_low then return fnd_api.g_miss_date; end if;
34: return d;
35: end;
36:
37: procedure create_vendor(p_api_version NUMBER

Line 676: x_return_status := FND_API.G_RET_STS_SUCCESS;

672: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
673: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
674: END IF;
675:
676: x_return_status := FND_API.G_RET_STS_SUCCESS;
677:
678: -- xili - test end
679:
680: -- here's the delegated call to the old PL/SQL routine