DBA Data[Home] [Help]

APPS.OKS_QP_PKG dependencies on QP_GLOBALS

Line 9176: gpr_price_list_line_tbl (k).operation := qp_globals.g_opr_delete;

9172: new values. All other values are not required to be populated.*/
9173: k := 1;
9174: gpr_price_list_line_tbl (k).list_line_id := p_list_line_id;
9175: -- Corresponds to a the item 'dw01' on Price List 'Testing 1023'
9176: gpr_price_list_line_tbl (k).operation := qp_globals.g_opr_delete;
9177: gpr_price_list_line_tbl (k).operand := 25;
9178:
9179: -- The operand column corresponds to the listprice on a pricelist line.
9180: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)