DBA Data[Home] [Help]

APPS.JTY_TERR_SPARES_PVT dependencies on JTF_QUAL_USGS_ALL

Line 219: -- intersection table for jtf_qual_usgs_all and

215: BEGIN
216:
217: -- populate jtf_terr_type_qual_all table with
218: -- QUAL_USG_ID and terr_type_id
219: -- intersection table for jtf_qual_usgs_all and
220: -- jtf_terr_types_all tables
221: insert into jtf_terr_type_qual_all
222: (TERR_TYPE_QUAL_ID
223: , LAST_UPDATED_BY

Line 240: , jtf_qual_usgs_all jqu

236: , jttu.terr_type_id
237: , jttu.org_id
238: from jtf_terr_type_usgs_all jttu
239: , jtf_qual_type_usgs_all jqtu
240: , jtf_qual_usgs_all jqu
241: where jttu.created_by = 9
242: and jttu.terr_type_id = -9
243: and jttu.source_id = -1002
244: and jqu.QUAL_TYPE_USG_ID = jqtu.qual_type_usg_id