DBA Data[Home] [Help]

APPS.GMIVDX dependencies on GMIVTDX

Line 1841: log_msg('Calling GMIVTDX.create_txn_update_balances for posting line no '||to_char(i));

1837:
1838: END IF; --}
1839:
1840: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN
1841: log_msg('Calling GMIVTDX.create_txn_update_balances for posting line no '||to_char(i));
1842: END IF;
1843:
1844: --below procedure is called once for each line
1845: --we get the header, line and lots rows from the database based on the ids passed

Line 1848: GMIVTDX.create_txn_update_balances

1844: --below procedure is called once for each line
1845: --we get the header, line and lots rows from the database based on the ids passed
1846: --it returns x_transaction_header_id which needs to be stored
1847: --for subsequent lines
1848: GMIVTDX.create_txn_update_balances
1849: (
1850: p_api_version => p_api_version
1851: , p_init_msg_list => FND_API.G_FALSE
1852: , p_commit => FND_API.G_FALSE

Line 1862: log_msg('After call to procedure GMIVTDX.create_txn_update_balances.return status is '||x_return_status);

1858: , p_line_id => x_line_row_tbl(i).line_id
1859: , x_transaction_header_id => p_hdr_rec.transaction_header_id
1860: );
1861: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN
1862: log_msg('After call to procedure GMIVTDX.create_txn_update_balances.return status is '||x_return_status);
1863: END IF;
1864: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
1865: RAISE FND_API.G_EXC_ERROR;
1866: ELSIF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN