DBA Data[Home] [Help]

APPS.QP_ATM_UPGRADE dependencies on QP_SEGMENTS_TL

Line 552: -- Private procedure to insert Segments in QP_SEGMENTS_TL.

548: null,null,null);
549: end;
550: --
551: PROCEDURE p_insert_segment_tl is
552: -- Private procedure to insert Segments in QP_SEGMENTS_TL.
553: begin
554: INSERT into QP_SEGMENTS_TL
555: (SEGMENT_ID,
556: LANGUAGE,

Line 554: INSERT into QP_SEGMENTS_TL

550: --
551: PROCEDURE p_insert_segment_tl is
552: -- Private procedure to insert Segments in QP_SEGMENTS_TL.
553: begin
554: INSERT into QP_SEGMENTS_TL
555: (SEGMENT_ID,
556: LANGUAGE,
557: SOURCE_LANG,
558: SEEDED_SEGMENT_NAME,

Line 979: delete from qp_segments_tl where segment_id = l_segment_id;

975: ' already exists. Add this Attribute and it''s PTE-Links and AM Rules manually.'||
976: ' Refer to the Pricing Implementation Guide for details.',1,200),
977: 'Attribute Manager');
978: --
979: delete from qp_segments_tl where segment_id = l_segment_id;
980: delete from qp_segments_b where segment_id = l_segment_id;
981: exception
982: when no_data_found then
983: null;