DBA Data[Home] [Help]

APPS.INV_TXNSTUB_PUB dependencies on FND_INSTALLATION

Line 14: /** Global added to cache the value of fnd_installation for

10: * messages. If the return status is a normal (predicted) error or
11: * an unexpected error, then the transaction is aborted.
12: */
13:
14: /** Global added to cache the value of fnd_installation for
15: * perfromance bug 3176229*/
16:
17: g_fnd_install_status VARCHAR2(10) := NULL;
18:

Line 52: l_return_val := fnd_installation.get(

48: l_ib_trackable := 'N'; --Bug#5349268
49:
50: IF ( g_fnd_install_status IS NULL) THEN
51:
52: l_return_val := fnd_installation.get(
53: appl_id => l_install_base_id,
54: dep_appl_id => l_install_base_id,
55: status => l_status,
56: industry => l_industry );