DBA Data[Home] [Help]

APPS.CST_SLA_UPDATE_PKG dependencies on XLA_UPGRADE_PUB

Line 238: l_ret_code := XLA_UPGRADE_PUB.set_migration_status_code(

234:
235: if (X_retcode = FND_API.G_RET_STS_SUCCESS) then
236:
237: begin
238: l_ret_code := XLA_UPGRADE_PUB.set_migration_status_code(
239: p_application_id =>401,
240: p_set_of_books_id=>null,
241: p_period_name =>null,
242: p_period_year =>null);

Line 249: l_ret_code := XLA_UPGRADE_PUB.set_migration_status_code(

245: null;
246: end;
247:
248: begin
249: l_ret_code := XLA_UPGRADE_PUB.set_migration_status_code(
250: p_application_id =>201,
251: p_set_of_books_id=>null,
252: p_period_name =>null,
253: p_period_year =>null);