DBA Data[Home] [Help]

APPS.CST_SLA_UPDATE_PKG dependencies on XLA_UPGRADE_PUB

Line 333: l_ret_code := XLA_UPGRADE_PUB.set_migration_status_code(

329: if (X_retcode = FND_API.G_RET_STS_SUCCESS) then
330: fnd_file.put_line(fnd_file.log, TO_CHAR(SYSDATE, 'DD-MON-YYYY HH24:MI:SS')||'>All Concurrent Sub-Requests Successfull');
331: l_stmt_num :=50;
332: fnd_file.put_line(fnd_file.log, TO_CHAR(SYSDATE, 'DD-MON-YYYY HH24:MI:SS')||'>Setting Migration Status Code in GPS as ''U'' for Application ID '||X_Application_Id);
333: l_ret_code := XLA_UPGRADE_PUB.set_migration_status_code(
334: p_application_id =>X_Application_Id,
335: p_set_of_books_id=>null,
336: p_period_name =>null,
337: p_period_year =>null);