DBA Data[Home] [Help]

APPS.QP_COUPON_PVT dependencies on QP_QUALIFIERS_S

Line 376: QP_QUALIFIERS_S.nextval,

372: ,ORIG_SYS_LINE_REF
373: ,ORIG_SYS_HEADER_REF
374: )
375: VALUES (
376: QP_QUALIFIERS_S.nextval,
377: sysdate,
378: fnd_global.user_id,
379: sysdate,
380: fnd_global.user_id,

Line 401: ,to_char(QP_QUALIFIERS_S.currval)

397: l_qual_attr_value_from_number,
398: l_qual_attr_value_to_number,
399: 1
400: --ENH Upgrade BOAPI for orig_sys...ref RAVI
401: ,to_char(QP_QUALIFIERS_S.currval)
402: ,(select l.ORIG_SYS_LINE_REF from qp_list_lines l where l.list_line_id=l_list_line_id)
403: ,(select h.ORIG_SYSTEM_HEADER_REF from qp_list_headers_b h where h.list_header_id=l_list_header_id)
404: );
405: