DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on FND_API

Line 1795: FND_API.G_TRUE,

1791: if sql%rowcount > 0 then
1792:
1793: ZX_API_PUB.Update_Tax_dist_gl_date (
1794: 1.0,
1795: FND_API.G_TRUE,
1796: FND_API.G_FALSE,
1797: FND_API.G_VALID_LEVEL_FULL,
1798: l_return_status,
1799: l_msg_count,

Line 1796: FND_API.G_FALSE,

1792:
1793: ZX_API_PUB.Update_Tax_dist_gl_date (
1794: 1.0,
1795: FND_API.G_TRUE,
1796: FND_API.G_FALSE,
1797: FND_API.G_VALID_LEVEL_FULL,
1798: l_return_status,
1799: l_msg_count,
1800: l_msg_data,

Line 1797: FND_API.G_VALID_LEVEL_FULL,

1793: ZX_API_PUB.Update_Tax_dist_gl_date (
1794: 1.0,
1795: FND_API.G_TRUE,
1796: FND_API.G_FALSE,
1797: FND_API.G_VALID_LEVEL_FULL,
1798: l_return_status,
1799: l_msg_count,
1800: l_msg_data,
1801: g_sweep_to_date );

Line 1805: if (l_return_status <> FND_API.G_RET_STS_SUCCESS) then

1801: g_sweep_to_date );
1802:
1803: debug ('update_ebtax_dists: l_return_status='||l_return_status||';l_msg_data='||l_msg_data||';l_msg_count='||l_msg_count );
1804:
1805: if (l_return_status <> FND_API.G_RET_STS_SUCCESS) then
1806: print (l_msg_data);
1807: return FALSE;
1808: end if;
1809: end if;