DBA Data[Home] [Help]

APPS.QP_BULK_VALUE_TO_ID dependencies on QP_UTIL

Line 435: QP_UTIL.Get_Valueset_Id('QP_ATTR_DEFNS_PRICING',

431: x_value => x_value,
432: x_id => x_id,
433: x_format_type => x_format_type);
434: */
435: QP_UTIL.Get_Valueset_Id('QP_ATTR_DEFNS_PRICING',
436: rec.product_attribute_context,
437: l_segment_name,
438: x_vsid, x_format_type, x_validation_type);
439: qp_bulk_loader_pub.write_log('vsid: '||to_char(x_vsid));

Line 527: QP_UTIL.validate_qp_flexfield(

523: l_orig_sys_line_ref <> REC.orig_sys_line_ref then
524: l_orig_sys_line_ref := REC.ORIG_SYS_LINE_REF;
525: qp_bulk_loader_pub.write_log('default line precedence once for a line');
526: qp_bulk_loader_pub.write_log('Context/Attribute/Value'||rec.product_attribute_context||'/'||l_product_attribute||'/'||l_product_attr_value);
527: QP_UTIL.validate_qp_flexfield(
528: flexfield_name=> 'QP_ATTR_DEFNS_PRICING'
529: ,context =>rec.product_attribute_context
530: ,attribute =>rec.product_attribute
531: ,value =>l_product_attr_value