DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on FND_API

Line 1532: FND_API.G_TRUE,

1528: if sql%rowcount > 0 then
1529:
1530: ZX_API_PUB.Update_Tax_dist_gl_date (
1531: 1.0,
1532: FND_API.G_TRUE,
1533: FND_API.G_FALSE,
1534: FND_API.G_VALID_LEVEL_FULL,
1535: l_return_status,
1536: l_msg_count,

Line 1533: FND_API.G_FALSE,

1529:
1530: ZX_API_PUB.Update_Tax_dist_gl_date (
1531: 1.0,
1532: FND_API.G_TRUE,
1533: FND_API.G_FALSE,
1534: FND_API.G_VALID_LEVEL_FULL,
1535: l_return_status,
1536: l_msg_count,
1537: l_msg_data,

Line 1534: FND_API.G_VALID_LEVEL_FULL,

1530: ZX_API_PUB.Update_Tax_dist_gl_date (
1531: 1.0,
1532: FND_API.G_TRUE,
1533: FND_API.G_FALSE,
1534: FND_API.G_VALID_LEVEL_FULL,
1535: l_return_status,
1536: l_msg_count,
1537: l_msg_data,
1538: g_sweep_to_date );

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

1538: g_sweep_to_date );
1539:
1540: debug ('update_ebtax_dists: l_return_status='||l_return_status||';l_msg_data='||l_msg_data||';l_msg_count='||l_msg_count );
1541:
1542: if (l_return_status <> FND_API.G_RET_STS_SUCCESS) then
1543: print (l_msg_data);
1544: return FALSE;
1545: end if;
1546: end if;