DBA Data[Home] [Help]

APPS.OKL_AM_CUSTOM_RMK_ASSET_PVT dependencies on QP_GLOBALS

Line 1464: gpr_price_list_rec.operation := QP_GLOBALS.G_OPR_UPDATE;

1460: RAISE OKL_API.G_EXCEPTION_ERROR;
1461: END IF;
1462:
1463: gpr_price_list_rec.list_header_id := p_Price_List_id;
1464: gpr_price_list_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
1465:
1466: -- 2-JUL-10 SECHAWLA 9874446 : commented out the org population
1467: --gpr_price_list_rec.org_id := mo_global.get_current_org_id(); --CDUBEY l_authoring_org_id added for MOAC
1468:

Line 1471: gpr_price_list_line_tbl(1).operation := QP_GLOBALS.G_OPR_CREATE;

1467: --gpr_price_list_rec.org_id := mo_global.get_current_org_id(); --CDUBEY l_authoring_org_id added for MOAC
1468:
1469: gpr_price_list_line_tbl(1).list_line_id := okl_api.G_MISS_NUM;
1470: gpr_price_list_line_tbl(1).list_line_type_code := 'PLL';
1471: gpr_price_list_line_tbl(1).operation := QP_GLOBALS.G_OPR_CREATE;
1472: gpr_price_list_line_tbl(1).operand := p_Item_Price;
1473: gpr_price_list_line_tbl(1).arithmetic_operator := 'UNIT_PRICE';
1474:
1475:

Line 1485: gpr_pricing_attr_tbl(1).operation := QP_GLOBALS.G_OPR_CREATE;

1481: gpr_pricing_attr_tbl(1).PRODUCT_UOM_CODE := 'EA';
1482: gpr_pricing_attr_tbl(1).EXCLUDER_FLAG := 'N';
1483: gpr_pricing_attr_tbl(1).ATTRIBUTE_GROUPING_NO := 1;
1484: gpr_pricing_attr_tbl(1).PRICE_LIST_LINE_INDEX := 1;
1485: gpr_pricing_attr_tbl(1).operation := QP_GLOBALS.G_OPR_CREATE;
1486:
1487:
1488: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1489: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,'OKL_AM_CUSTOM_RMK_ASSET_PVT.Create_Item_Price_List.',