DBA Data[Home] [Help]

APPS.OKS_QP_PKG dependencies on QP_GLOBALS

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

9203: new values. All other values are not required to be populated.*/
9204: k := 1;
9205: gpr_price_list_line_tbl (k).list_line_id := p_list_line_id;
9206: -- Corresponds to a the item 'dw01' on Price List 'Testing 1023'
9207: gpr_price_list_line_tbl (k).operation := qp_globals.g_opr_delete;
9208: gpr_price_list_line_tbl (k).operand := 25;
9209:
9210: -- The operand column corresponds to the listprice on a pricelist line.
9211: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)