DBA Data[Home] [Help]

APPS.JTY_TERR_ENGINE_GEN_PVT dependencies on JTY_TAE_CONTROL_PVT

Line 628: JTY_TAE_CONTROL_PVT.delete_combinations(

624: /* delete the old records from the tables jtf_tae_qual_products, jtf_tae_qual_factors */
625: /* and jtf_tae_qual_prod_factors if mode is total or incremental */
626: /* delete the old records from the tables jtf_dea_attr_products, jtf_dea_attr_factors */
627: /* and jtf_dea_attr_prod_factors if mode is date effective */
628: JTY_TAE_CONTROL_PVT.delete_combinations(
629: p_source_id => p_source_id,
630: p_trans_id => l_qual_type_id_tbl(i),
631: p_mode => p_mode,
632: x_Return_Status => x_return_status,

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

638: IF (retcode <> 0) THEN
639: -- debug message
640: jty_log(FND_LOG.LEVEL_EXCEPTION,
641: 'jtf.plsql.JTY_TERR_ENGINE_GEN_PVT.gen_matching_sql.delete_combinations',
642: 'JTY_TAE_CONTROL_PVT.delete_combinations API has failed');
643:
644: RAISE FND_API.G_EXC_ERROR;
645: END IF;
646: