DBA Data[Home] [Help]

APPS.RCV_CREATEACCOUNTING_PVT dependencies on FND_INSTALLATION

Line 100: l_gl_installed := FND_INSTALLATION.GET_APP_INFO ('SQLGL',

96: x_return_status := FND_API.G_RET_STS_SUCCESS;
97:
98: -- Find if GL is installed
99: l_stmt_num := 20;
100: l_gl_installed := FND_INSTALLATION.GET_APP_INFO ('SQLGL',
101: l_status,
102: l_industry,
103: l_oracle_schema);
104: -- Set Application_ID and Open Period Name depending on Install Status