DBA Data[Home] [Help]

APPS.QP_COPY_MODIFIERS_PVT dependencies on QP_LIST_HEADERS_TL

Line 679: FROM qp_list_headers_tl

675: end if;
676: --
677: SELECT version_no
678: INTO l_version_no
679: FROM qp_list_headers_tl
680: WHERE list_header_id = qp_from_discounts_rec.list_header_id
681: AND LANGUAGE=USERENV('LANG');
682:
683: INSERT INTO qp_list_headers_tl

Line 683: INSERT INTO qp_list_headers_tl

679: FROM qp_list_headers_tl
680: WHERE list_header_id = qp_from_discounts_rec.list_header_id
681: AND LANGUAGE=USERENV('LANG');
682:
683: INSERT INTO qp_list_headers_tl
684: (last_update_login,
685: name,
686: description,
687: creation_date,

Line 711: FROM qp_list_headers_tl t

707: l_version_no
708: FROM fnd_languages l
709: WHERE l.installed_flag IN ('I', 'B')
710: AND NOT EXISTS (SELECT NULL
711: FROM qp_list_headers_tl t
712: WHERE t.list_header_id = l_new_discount_header_id
713: AND t.language = l.language_code);
714:
715: