DBA Data[Home] [Help]

APPS.JTF_TERR_ENGINE_GEN_PVT dependencies on JTF_TAE_GEN_PVT

Line 4125: JTF_TAE_GEN_PVT.Generate_API( ERRBUF => errbuf,

4121: --
4122: IF ( lp_qual_type_id IN (-1002, -1003, -1004) ) THEN
4123:
4124: /* New TAE architecture */
4125: JTF_TAE_GEN_PVT.Generate_API( ERRBUF => errbuf,
4126: RETCODE => retcode,
4127: p_Source_Id => p_source_id,
4128: p_Trans_Object_Type_Id => lp_qual_type_id,
4129: p_target_type => 'TAP',

Line 4375: JTF_TAE_GEN_PVT.Generate_API( ERRBUF => errbuf,

4371: IF ( p_source_id = -1001 AND
4372: p_qualifier_type_id IN (-1002, -1003, -1004) ) THEN
4373:
4374: /* New TAE Batch architecture */
4375: JTF_TAE_GEN_PVT.Generate_API( ERRBUF => errbuf,
4376: RETCODE => retcode,
4377: p_Source_Id => p_source_id,
4378: p_Trans_Object_Type_Id => p_qualifier_type_id,
4379: p_target_type => 'TAP',