DBA Data[Home] [Help]

APPS.GMIVDX dependencies on GMIVTDX

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

1830:
1831: END IF; --}
1832:
1833: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN
1834: log_msg('Calling GMIVTDX.create_txn_update_balances for posting line no '||to_char(i));
1835: END IF;
1836:
1837: --below procedure is called once for each line
1838: --we get the header, line and lots rows from the database based on the ids passed

Line 1841: GMIVTDX.create_txn_update_balances

1837: --below procedure is called once for each line
1838: --we get the header, line and lots rows from the database based on the ids passed
1839: --it returns x_transaction_header_id which needs to be stored
1840: --for subsequent lines
1841: GMIVTDX.create_txn_update_balances
1842: (
1843: p_api_version => p_api_version
1844: , p_init_msg_list => FND_API.G_FALSE
1845: , p_commit => FND_API.G_FALSE

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

1851: , p_line_id => x_line_row_tbl(i).line_id
1852: , x_transaction_header_id => p_hdr_rec.transaction_header_id
1853: );
1854: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN
1855: log_msg('After call to procedure GMIVTDX.create_txn_update_balances.return status is '||x_return_status);
1856: END IF;
1857: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
1858: RAISE FND_API.G_EXC_ERROR;
1859: ELSIF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN