DBA Data[Home] [Help]

APPS.QP_AGRUPGRADE dependencies on OE_AGREEMENTS_TL

Line 314: INSERT INTO OE_AGREEMENTS_TL (

310: /* Inserting into Translation agreements Table */
311:
312:
313: BEGIN
314: INSERT INTO OE_AGREEMENTS_TL (
315: AGREEMENT_ID
316: , LANGUAGE
317: , SOURCE_LANG
318: , NAME

Line 343: FROM oe_agreements_tl r

339: and t.agreement_id = agreement_rec.agreement_id
340: and t.language = l.language_code
341: AND NOT EXISTS (
342: SELECT NULL
343: FROM oe_agreements_tl r
344: WHERE r.agreement_id = agreement_rec.agreement_id
345: AND r.language = l.language_code);
346:
347: