DBA Data[Home] [Help]

APPS.QP_BULK_VALUE_TO_ID dependencies on QP_UTIL

Line 466: QP_UTIL.Get_Valueset_Id('QP_ATTR_DEFNS_PRICING',

462: x_value => x_value,
463: x_id => x_id,
464: x_format_type => x_format_type);
465: */
466: QP_UTIL.Get_Valueset_Id('QP_ATTR_DEFNS_PRICING',
467: rec.product_attribute_context,
468: l_segment_name,
469: x_vsid, x_format_type, x_validation_type);
470: qp_bulk_loader_pub.write_log('vsid: '||to_char(x_vsid));

Line 558: QP_UTIL.validate_qp_flexfield(

554: l_orig_sys_line_ref <> REC.orig_sys_line_ref then
555: l_orig_sys_line_ref := REC.ORIG_SYS_LINE_REF;
556: qp_bulk_loader_pub.write_log('default line precedence once for a line');
557: qp_bulk_loader_pub.write_log('Context/Attribute/Value'||rec.product_attribute_context||'/'||l_product_attribute||'/'||l_product_attr_value);
558: QP_UTIL.validate_qp_flexfield(
559: flexfield_name=> 'QP_ATTR_DEFNS_PRICING'
560: ,context =>rec.product_attribute_context
561: ,attribute =>rec.product_attribute
562: ,value =>l_product_attr_value