CONTRIBUTE_STEP_QTY_IND should be set to Y if the line item is By-product.
EBS 12.2.10
Database 19c (19.18.0.0.0)
I want to create a formula in application using gmd_formula_pub.insert_formula but it throws below error:
CONTRIBUTE_STEP_QTY_IND should be set to Y if the line item is By-product.
Refer attached data and script I am using.
l_formula_header_tbl (c_master%ROWCOUNT).record_type := 'I' | |
---|---|
l_formula_header_tbl (c_master%ROWCOUNT).formula_no := UPPER(l_formula.formula) | |
l_formula_header_tbl (c_master%ROWCOUNT).formula_vers := l_formula.formula_vers | |
l_formula_header_tbl (c_master%ROWCOUNT).formula_type := l_formula.formula_type | |
l_formula_header_tbl (c_master%ROWCOUNT).formula_desc1 := l_formula.formula_description |