DBA Data[Home] [Help]

APPS.JTY_TERR_ENGINE_GEN_PVT dependencies on JTY_TAE_CONTROL_PVT

Line 430: JTY_TAE_CONTROL_PVT.delete_combinations(

426: /* delete the old records from the tables jtf_tae_qual_products, jtf_tae_qual_factors */
427: /* and jtf_tae_qual_prod_factors if mode is total or incremental */
428: /* delete the old records from the tables jtf_dea_attr_products, jtf_dea_attr_factors */
429: /* and jtf_dea_attr_prod_factors if mode is date effective */
430: JTY_TAE_CONTROL_PVT.delete_combinations(
431: p_source_id => p_source_id,
432: p_trans_id => l_qual_type_id_tbl(i),
433: p_mode => p_mode,
434: x_Return_Status => x_return_status,

Line 445: 'JTY_TAE_CONTROL_PVT.delete_combinations API has failed');

441: -- debug message
442: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
443: FND_LOG.string(FND_LOG.LEVEL_EXCEPTION,
444: 'jtf.plsql.JTY_TERR_ENGINE_GEN_PVT.gen_matching_sql.delete_combinations',
445: 'JTY_TAE_CONTROL_PVT.delete_combinations API has failed');
446: END IF;
447:
448: RAISE FND_API.G_EXC_ERROR;
449: END IF;